Klasse UpdateStrategyOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.operations.UpdateStrategyOperationSpec
@Generated("io.github.primelib.primecodegen")
public class UpdateStrategyOperationSpec
extends Object
UpdateStrategy
This REST operation is used to update a strategy
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()@NonNull ApplicationStrategyRequestpayload()This parameter describes the request payload of a strategy that is to be updated in API Gateway.payload(@NonNull ApplicationStrategyRequest payload) This parameter describes the request payload of a strategy that is to be updated in API Gateway.@NonNull StringThis parameter specifies the ID of a strategy that is to be updated in API Gateway.strategyId(@NonNull String strategyId) This parameter specifies the ID of a strategy that is to be updated in API Gateway.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
UpdateStrategyOperationSpec
Constructs a validated instance ofUpdateStrategyOperationSpec.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
strategyId
This parameter specifies the ID of a strategy that is to be updated in API Gateway. -
payload
This parameter describes the request payload of a strategy that is to be updated in API Gateway. -
strategyId
This parameter specifies the ID of a strategy that is to be updated in API Gateway.- Gibt zurück:
this.
-
payload
This parameter describes the request payload of a strategy that is to be updated in API Gateway.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-