Uses of Class
io.swagger.v3.oas.models.parameters.RequestBody
-
Packages that use RequestBody Package Description io.swagger.v3.oas.models io.swagger.v3.oas.models.parameters -
-
Uses of RequestBody in io.swagger.v3.oas.models
Methods in io.swagger.v3.oas.models that return RequestBody Modifier and Type Method Description RequestBodyOperation. getRequestBody()returns the requestBody property from a Operation instance.Methods in io.swagger.v3.oas.models that return types with arguments of type RequestBody Modifier and Type Method Description Map<String,RequestBody>Components. getRequestBodies()returns the requestBodies property from a Components instance.Methods in io.swagger.v3.oas.models with parameters of type RequestBody Modifier and Type Method Description ComponentsComponents. addRequestBodies(String key, RequestBody requestBodiesItem)OperationOperation. requestBody(RequestBody requestBody)voidOperation. setRequestBody(RequestBody requestBody)Method parameters in io.swagger.v3.oas.models with type arguments of type RequestBody Modifier and Type Method Description ComponentsComponents. requestBodies(Map<String,RequestBody> requestBodies)voidComponents. setRequestBodies(Map<String,RequestBody> requestBodies) -
Uses of RequestBody in io.swagger.v3.oas.models.parameters
Methods in io.swagger.v3.oas.models.parameters that return RequestBody Modifier and Type Method Description RequestBodyRequestBody. $ref(String $ref)RequestBodyRequestBody. content(Content content)RequestBodyRequestBody. description(String description)RequestBodyRequestBody. extensions(Map<String,Object> extensions)RequestBodyRequestBody. required(Boolean required)
-