Klasse RefreshCredentialsOperationSpec.RefreshCredentialsOperationSpecBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.RefreshCredentialsOperationSpec.RefreshCredentialsOperationSpecBuilder
- Umschließende Klasse:
RefreshCredentialsOperationSpec
public static class RefreshCredentialsOperationSpec.RefreshCredentialsOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody
(@NotNull StrategyRequest body) This parameter describes the request payload for the strategy to be refreshed in API Gateway.build()
strategyId
(@NotNull String strategyId) This parameter specifies the ID of a strategy that is to be updated in API Gateway.toString()
-
Methodendetails
-
strategyId
public RefreshCredentialsOperationSpec.RefreshCredentialsOperationSpecBuilder strategyId(@NotNull @NotNull String strategyId) This parameter specifies the ID of a strategy that is to be updated in API Gateway.- Gibt zurück:
this
.
-
body
public RefreshCredentialsOperationSpec.RefreshCredentialsOperationSpecBuilder body(@NotNull @NotNull StrategyRequest body) This parameter describes the request payload for the strategy to be refreshed in API Gateway.- Gibt zurück:
this
.
-
build
-
toString
-