| 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 |
| Modifier and Type | Method and Description |
|---|---|
Content |
Header.getContent()
returns the content property from a Header instance.
|
| Modifier and Type | Method and Description |
|---|---|
Header |
Header.content(Content content) |
void |
Header.setContent(Content content) |
| Modifier and Type | Method and Description |
|---|---|
Content |
Content.addMediaType(String name,
MediaType item) |
| Modifier and Type | Method and Description |
|---|---|
Content |
RequestBody.getContent()
returns the content property from a RequestBody instance.
|
Content |
Parameter.getContent()
returns the content property from a Parameter instance.
|
| Modifier and Type | Method and Description |
|---|---|
RequestBody |
RequestBody.content(Content content) |
Parameter |
Parameter.content(Content content) |
void |
RequestBody.setContent(Content content) |
void |
Parameter.setContent(Content content) |
| Modifier and Type | Method and Description |
|---|---|
Content |
ApiResponse.getContent()
returns the content property from a ApiResponse instance.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
ApiResponse.content(Content content) |
void |
ApiResponse.setContent(Content content) |
Copyright © 2019. All rights reserved.