Klasse CreateStrategyOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.operations.CreateStrategyOperationSpec
@Generated("io.github.primelib.primecodegen")
public class CreateStrategyOperationSpec
extends Object
CreateStrategy
The method creates a strategy in API Gateway. The API request body must contain the payload for the 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 created in API Gateway.payload(@NonNull ApplicationStrategyRequest payload) This parameter describes the request payload of a strategy that is to be created 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
-
CreateStrategyOperationSpec
Constructs a validated instance ofCreateStrategyOperationSpec.- 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
-
payload
This parameter describes the request payload of a strategy that is to be created in API Gateway. -
payload
This parameter describes the request payload of a strategy that is to be created in API Gateway.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-