Uses of Class
com.kingsrook.qqq.openapi.model.Content
Packages that use Content
Package
Description
The POJOs in this package represent a model of an OpenAPI spec file.
-
Uses of Content in com.kingsrook.qqq.openapi.model
Methods in com.kingsrook.qqq.openapi.model that return ContentModifier and TypeMethodDescriptionContent.withExamples(Map<String, Example> examples) Fluent setter for examplesContent.withSchema(Schema schema) Fluent setter for schemaMethods in com.kingsrook.qqq.openapi.model that return types with arguments of type ContentModifier and TypeMethodDescriptionRequestBody.getContent()Getter for contentResponse.getContent()Getter for contentMethods in com.kingsrook.qqq.openapi.model with parameters of type ContentModifier and TypeMethodDescriptionRequestBody.withContent(String key, Content content) Fluent setter for contentMethod parameters in com.kingsrook.qqq.openapi.model with type arguments of type ContentModifier and TypeMethodDescriptionvoidRequestBody.setContent(Map<String, Content> content) Setter for contentvoidResponse.setContent(Map<String, Content> content) Setter for contentRequestBody.withContent(Map<String, Content> content) Fluent setter for contentResponse.withContent(Map<String, Content> content) Fluent setter for content