Klasse RequestBody.RequestBodyBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.RequestBody.RequestBodyBuilder
- Umschließende Klasse:
RequestBody
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()The content of the request body.description(String description) A brief description of the request body.Determines if the request body is required in the request.toString()vendorExtensions(Map<String, Object> vendorExtensions)
-
Methodendetails
-
content
The content of the request body. The key is a media type or media type range and the value describes it- Gibt zurück:
this.
-
description
A brief description of the request body. This could contain examples of use- Gibt zurück:
this.
-
get$ref
- Gibt zurück:
this.
-
required
Determines if the request body is required in the request. Defaults to false- Gibt zurück:
this.
-
vendorExtensions
- Gibt zurück:
this.
-
build
-
toString
-