Klasse Endpoints.EndpointsBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Endpoints.EndpointsBuilder
- Umschließende Klasse:
Endpoints
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()gatewayEndpoint(String gatewayEndpoint) API's access endpoint exposed in API Gateway.status(Endpoints.StatusEnum status) Status of the API endpoint.toString()
-
Methodendetails
-
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
-
toString
-