Uses of Class
io.swagger.v3.oas.models.media.Content
-
Packages that use Content Package Description io.swagger.v3.oas.models.headers io.swagger.v3.oas.models.media io.swagger.v3.oas.models.parameters io.swagger.v3.oas.models.responses -
-
Uses of Content in io.swagger.v3.oas.models.headers
Methods in io.swagger.v3.oas.models.headers that return Content Modifier and Type Method Description ContentHeader. getContent()returns the content property from a Header instance.Methods in io.swagger.v3.oas.models.headers with parameters of type Content Modifier and Type Method Description HeaderHeader. content(Content content)voidHeader. setContent(Content content) -
Uses of Content in io.swagger.v3.oas.models.media
Methods in io.swagger.v3.oas.models.media that return Content Modifier and Type Method Description ContentContent. addMediaType(String name, MediaType item) -
Uses of Content in io.swagger.v3.oas.models.parameters
Methods in io.swagger.v3.oas.models.parameters that return Content Modifier and Type Method Description ContentParameter. getContent()returns the content property from a Parameter instance.ContentRequestBody. getContent()returns the content property from a RequestBody instance.Methods in io.swagger.v3.oas.models.parameters with parameters of type Content Modifier and Type Method Description ParameterParameter. content(Content content)RequestBodyRequestBody. content(Content content)voidParameter. setContent(Content content)voidRequestBody. setContent(Content content) -
Uses of Content in io.swagger.v3.oas.models.responses
Methods in io.swagger.v3.oas.models.responses that return Content Modifier and Type Method Description ContentApiResponse. getContent()returns the content property from a ApiResponse instance.Methods in io.swagger.v3.oas.models.responses with parameters of type Content Modifier and Type Method Description ApiResponseApiResponse. content(Content content)voidApiResponse. setContent(Content content)
-