Class Info
java.lang.Object
dk.mada.jaxrs.model.Info
- Direct Known Subclasses:
ImmutableInfo
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImmutableInfo.Builderbuilder()Returns a builder for this type.contact()Returns the contact information for the API.Returns the optional description of the API.Returns the optional TOS of the API.abstract Stringtitle()Returns the title of the API.abstract Stringversion()Returns the version of the API.
-
Constructor Details
-
Info
protected Info()Creates new instance.
-
-
Method Details
-
builder
Returns a builder for this type.- Returns:
- a builder for this type
-
title
-
version
-
description
-
termsOfService
-
contact
Returns the contact information for the API.- Returns:
- the contact information for the API
-