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 versionvoidsetContact(Contact contact) Setter for contactvoidsetDescription(String description) Setter for descriptionvoidsetTermsOfService(String termsOfService) Setter for termsOfServicevoidSetter for titlevoidsetVersion(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
-