Uses of Class
org.apache.juneau.bean.openapi3.RequestBodyInfo
Packages that use RequestBodyInfo
-
Uses of RequestBodyInfo in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return RequestBodyInfoModifier and TypeMethodDescriptionRequestBodyInfo.addContent
(String key, MediaType value) Adds one or more values to thecontent property.RequestBodyInfo.copy()
Make a deep copy of this object.Operation.getRequestBody()
Returns the request body.static final RequestBodyInfo
OpenApiBuilder.requestBodyInfo()
Creates an emptyRequestBodyInfo
element.RequestBodyInfo.setContent
(Map<String, MediaType> value) Bean property setter:content .RequestBodyInfo.setDescription
(String value) Bean property setter:url .RequestBodyInfo.setRequired
(Boolean value) Bean property setter:explode .protected RequestBodyInfo
RequestBodyInfo.strict()
Methods in org.apache.juneau.bean.openapi3 that return types with arguments of type RequestBodyInfoMethods in org.apache.juneau.bean.openapi3 with parameters of type RequestBodyInfoModifier and TypeMethodDescriptionOperation.setRequestBody
(RequestBodyInfo value) Sets the request body.Method parameters in org.apache.juneau.bean.openapi3 with type arguments of type RequestBodyInfoModifier and TypeMethodDescriptionComponents.setRequestBodies
(Map<String, RequestBodyInfo> value) Sets the request bodies map.Constructors in org.apache.juneau.bean.openapi3 with parameters of type RequestBodyInfo