Klasse Endpoints.EndpointsBuilder

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Endpoints.EndpointsBuilder
Umschließende Klasse:
Endpoints

public static class Endpoints.EndpointsBuilder extends Object
  • Methodendetails

    • gatewayEndpoint

      public Endpoints.EndpointsBuilder gatewayEndpoint(String gatewayEndpoint)
      API's access endpoint exposed in API Gateway.
      Gibt zurück:
      this.
    • status

      Status of the API endpoint. Shows whether this endpoint is published to the service registry.Possible values are NEW, PUBLISHED and SUSPENDED. NEW represents the endpoint is not published to the service registry. PUBLISHED represents the endpoint is published to the service registry. SUSPENDED represents the endpoint is published to service registry, but is not currently active (for example: during deactivation of API or shutdown of API Gateway or disabling ports).
      Gibt zurück:
      this.
    • build

      public Endpoints build()
    • toString

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