Klasse Link.LinkBuilder

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Link.LinkBuilder
Umschließende Klasse:
Link

public static class Link.LinkBuilder extends Object
  • Methodendetails

    • description

      public Link.LinkBuilder description(String description)
      A description of the link
      Gibt zurück:
      this.
    • get$ref

      public Link.LinkBuilder get$ref(String get$ref)
      Gibt zurück:
      this.
    • operationId

      public Link.LinkBuilder operationId(String 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

      public Link.LinkBuilder operationRef(String 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

      public Link.LinkBuilder parameters(Map<String,String> 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

      public Link.LinkBuilder requestBody(String requestBody)
      A literal value or {expression} to use as a request body when calling the target operation
      Gibt zurück:
      this.
    • vendorExtensions

      public Link.LinkBuilder vendorExtensions(Map<String,Object> vendorExtensions)
      Gibt zurück:
      this.
    • build

      public Link build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object