Klasse GetPolicyActionTemplatesV1OperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.operations.GetPolicyActionTemplatesV1OperationSpec
@Generated("io.github.primelib.primecodegen")
public class GetPolicyActionTemplatesV1OperationSpec
extends Object
GetPolicyActionTemplatesV1
This REST Request is used to get the template detail for list of policy action.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated instance ofGetPolicyActionTemplatesV1OperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()@Nullable StringThis is a query parameter.policyActionTemplates(@Nullable String policyActionTemplates) This is a query parameter.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
-
GetPolicyActionTemplatesV1OperationSpec
@Internal public GetPolicyActionTemplatesV1OperationSpec(Consumer<GetPolicyActionTemplatesV1OperationSpec> spec) Constructs a validated instance ofGetPolicyActionTemplatesV1OperationSpec.- 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
-
policyActionTemplates
This is a query parameter. It will be used to fetch policy action templates for list of policy action. -
policyActionTemplates
public GetPolicyActionTemplatesV1OperationSpec policyActionTemplates(@Nullable String policyActionTemplates) This is a query parameter. It will be used to fetch policy action templates for list of policy action.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-