Klasse UpdateStrategyOperationSpec.UpdateStrategyOperationSpecBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.UpdateStrategyOperationSpec.UpdateStrategyOperationSpecBuilder
- Umschließende Klasse:
UpdateStrategyOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody
(@NotNull StrategyRequest body) This parameter describes the request payload of a strategy that is to be updated 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 UpdateStrategyOperationSpec.UpdateStrategyOperationSpecBuilder 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 UpdateStrategyOperationSpec.UpdateStrategyOperationSpecBuilder body(@NotNull @NotNull StrategyRequest body) This parameter describes the request payload of a strategy that is to be updated in API Gateway.- Gibt zurück:
this
.
-
build
-
toString
-