| Package | Description | 
|---|---|
| io.swagger.v3.oas.models | |
| io.swagger.v3.oas.models.parameters | 
| Modifier and Type | Method and Description | 
|---|---|
RequestBody | 
Operation.getRequestBody()
returns the requestBody property from a Operation instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,RequestBody> | 
Components.getRequestBodies()
returns the requestBodies property from a Components instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Components | 
Components.addRequestBodies(String key,
                RequestBody requestBodiesItem)  | 
Operation | 
Operation.requestBody(RequestBody requestBody)  | 
void | 
Operation.setRequestBody(RequestBody requestBody)  | 
| Modifier and Type | Method and Description | 
|---|---|
Components | 
Components.requestBodies(Map<String,RequestBody> requestBodies)  | 
void | 
Components.setRequestBodies(Map<String,RequestBody> requestBodies)  | 
| Modifier and Type | Method and Description | 
|---|---|
RequestBody | 
RequestBody.$ref(String $ref)  | 
RequestBody | 
RequestBody.content(Content content)  | 
RequestBody | 
RequestBody.description(String description)  | 
RequestBody | 
RequestBody.extensions(Map<String,Object> extensions)  | 
RequestBody | 
RequestBody.required(Boolean required)  | 
Copyright © 2019. All rights reserved.