Class Info
java.lang.Object
com.kingsrook.qqq.openapi.model.Info
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for contactGetter for descriptionGetter for termsOfServicegetTitle()
Getter for titleGetter for versionvoid
setContact
(Contact contact) Setter for contactvoid
setDescription
(String description) Setter for descriptionvoid
setTermsOfService
(String termsOfService) Setter for termsOfServicevoid
Setter for titlevoid
setVersion
(String version) Setter for versionwithContact
(Contact contact) Fluent setter for contactwithDescription
(String description) Fluent setter for descriptionwithTermsOfService
(String termsOfService) Fluent setter for termsOfServiceFluent setter for titlewithVersion
(String version) Fluent setter for version
-
Constructor Details
-
Info
public Info()
-
-
Method Details
-
getTitle
Getter for title -
setTitle
Setter for title -
withTitle
-
getDescription
Getter for description -
setDescription
Setter for description -
withDescription
-
getTermsOfService
Getter for termsOfService -
setTermsOfService
Setter for termsOfService -
withTermsOfService
-
getContact
Getter for contact -
setContact
Setter for contact -
withContact
-
getVersion
Getter for version -
setVersion
Setter for version -
withVersion
-