Klasse PolicyActionTemplatesGetOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.PolicyActionTemplatesGetOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PolicyActionTemplatesGetOperationSpec
extends Object
PolicyActionTemplatesGetSpec
Specification for the PolicyActionTemplatesGet operation.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedPolicyActionTemplatesGetOperationSpec(String policyActionTemplates) Constructs a validated instance ofPolicyActionTemplatesGetOperationSpec.Constructs a validated instance ofPolicyActionTemplatesGetOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected 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
-
PolicyActionTemplatesGetOperationSpec
@Internal public PolicyActionTemplatesGetOperationSpec(Consumer<PolicyActionTemplatesGetOperationSpec> spec) Constructs a validated instance ofPolicyActionTemplatesGetOperationSpec.- Parameter:
spec- the specification to process
-
PolicyActionTemplatesGetOperationSpec
Constructs a validated instance ofPolicyActionTemplatesGetOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
policyActionTemplates- This is a query parameter. It will be used to fetch policy action templates for list of policy action.
-
PolicyActionTemplatesGetOperationSpec
protected PolicyActionTemplatesGetOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static PolicyActionTemplatesGetOperationSpec.PolicyActionTemplatesGetOperationSpecBuilder builder() -
policyActionTemplates
This is a query parameter. It will be used to fetch policy action templates for list of policy action. -
policyActionTemplates
public PolicyActionTemplatesGetOperationSpec policyActionTemplates(@Nullable @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
public int hashCode() -
toString
-