Klasse DeactivateGlobalPolicyByPolicyIDOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DeactivateGlobalPolicyByPolicyIDOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeactivateGlobalPolicyByPolicyIDOperationSpec
extends Object
DeactivateGlobalPolicyByPolicyIDSpec
Specification for the DeactivateGlobalPolicyByPolicyID 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofDeactivateGlobalPolicyByPolicyIDOperationSpec.DeactivateGlobalPolicyByPolicyIDOperationSpec(Consumer<DeactivateGlobalPolicyByPolicyIDOperationSpec> spec) Constructs a validated instance ofDeactivateGlobalPolicyByPolicyIDOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic DeactivateGlobalPolicyByPolicyIDOperationSpec.DeactivateGlobalPolicyByPolicyIDOperationSpecBuilderbuilder()protected booleanbooleaninthashCode()@NotNull StringpolicyId()The path parameter should be the policy id of global policy that needs to be deactivated.The path parameter should be the policy id of global policy that needs to be deactivated.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
-
DeactivateGlobalPolicyByPolicyIDOperationSpec
@Internal public DeactivateGlobalPolicyByPolicyIDOperationSpec(Consumer<DeactivateGlobalPolicyByPolicyIDOperationSpec> spec) Constructs a validated instance ofDeactivateGlobalPolicyByPolicyIDOperationSpec.- Parameter:
spec- the specification to process
-
DeactivateGlobalPolicyByPolicyIDOperationSpec
Constructs a validated instance ofDeactivateGlobalPolicyByPolicyIDOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
policyId- The path parameter should be the policy id of global policy that needs to be deactivated. If the policy id is not belongs to a global policy then error will be reported
-
DeactivateGlobalPolicyByPolicyIDOperationSpec
protected DeactivateGlobalPolicyByPolicyIDOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
policyId
The path parameter should be the policy id of global policy that needs to be deactivated. If the policy id is not belongs to a global policy then error will be reported -
policyId
The path parameter should be the policy id of global policy that needs to be deactivated. If the policy id is not belongs to a global policy then error will be reported- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-