Klasse Link.LinkBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Link.LinkBuilder
- Umschließende Klasse:
Link
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
description
(String description) A description of the linkoperationId
(String operationId) The name of an existing, resolvable OAS operation, as defined with a unique operationId.operationRef
(String operationRef) A relative or absolute reference to an OAS operation.parameters
(Map<String, String> parameters) A map representing parameters to pass to an operation as specified with operationId or identified via operationRef.requestBody
(String requestBody) A literal value or {expression} to use as a request body when calling the target operationtoString()
vendorExtensions
(Map<String, Object> vendorExtensions)
-
Methodendetails
-
description
A description of the link- Gibt zurück:
this
.
-
get$ref
- Gibt zurück:
this
.
-
operationId
The name of an existing, resolvable OAS operation, as defined with a unique operationId. This field is mutually exclusive of the operationRef field- Gibt zurück:
this
.
-
operationRef
A relative or absolute reference to an OAS operation. This field is mutually exclusive of the operationId field, and MUST point to an Operation Object. Relative operationRef values MAY be used to locate an existing Operation Object in the API definition- Gibt zurück:
this
.
-
parameters
A map representing parameters to pass to an operation as specified with operationId or identified via operationRef. The key is the parameter name to be used, whereas the value can be a constant or an expression to be evaluated and passed to the linked operation. The parameter name can be qualified using the parameter location [{in}.]{name} for operations that use the same parameter name in different locations (e.g. path.id)- Gibt zurück:
this
.
-
requestBody
A literal value or {expression} to use as a request body when calling the target operation- Gibt zurück:
this
.
-
vendorExtensions
- Gibt zurück:
this
.
-
build
-
toString
-