Klasse DisableThreatProtectionRuleByPolicyIDOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DisableThreatProtectionRuleByPolicyIDOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DisableThreatProtectionRuleByPolicyIDOperationSpec
extends Object
DisableThreatProtectionRuleByPolicyIDSpec
Specification for the DisableThreatProtectionRuleByPolicyID 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 ofDisableThreatProtectionRuleByPolicyIDOperationSpec.DisableThreatProtectionRuleByPolicyIDOperationSpec(Consumer<DisableThreatProtectionRuleByPolicyIDOperationSpec> spec) Constructs a validated instance ofDisableThreatProtectionRuleByPolicyIDOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleaninthashCode()@NotNull StringpolicyId()This path parameter is used to specify the policy id of the threat protection policy which needs to be disabledThis path parameter is used to specify the policy id of the threat protection policy which needs to be disabledtoString()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
-
DisableThreatProtectionRuleByPolicyIDOperationSpec
@Internal public DisableThreatProtectionRuleByPolicyIDOperationSpec(Consumer<DisableThreatProtectionRuleByPolicyIDOperationSpec> spec) Constructs a validated instance ofDisableThreatProtectionRuleByPolicyIDOperationSpec.- Parameter:
spec- the specification to process
-
DisableThreatProtectionRuleByPolicyIDOperationSpec
Constructs a validated instance ofDisableThreatProtectionRuleByPolicyIDOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
policyId- This path parameter is used to specify the policy id of the threat protection policy which needs to be disabled
-
DisableThreatProtectionRuleByPolicyIDOperationSpec
protected DisableThreatProtectionRuleByPolicyIDOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
policyId
This path parameter is used to specify the policy id of the threat protection policy which needs to be disabled -
policyId
public DisableThreatProtectionRuleByPolicyIDOperationSpec policyId(@NotNull @NotNull String policyId) This path parameter is used to specify the policy id of the threat protection policy which needs to be disabled- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-