Uses of Class
com.kingsrook.qqq.openapi.model.Info
Packages that use Info
Package
Description
The POJOs in this package represent a model of an OpenAPI spec file.
-
Uses of Info in com.kingsrook.qqq.openapi.model
Methods in com.kingsrook.qqq.openapi.model that return InfoModifier and TypeMethodDescriptionOpenAPI.getInfo()
Getter for infoInfo.withContact
(Contact contact) Fluent setter for contactInfo.withDescription
(String description) Fluent setter for descriptionInfo.withTermsOfService
(String termsOfService) Fluent setter for termsOfServiceFluent setter for titleInfo.withVersion
(String version) Fluent setter for versionMethods in com.kingsrook.qqq.openapi.model with parameters of type Info