Klasse ActivateRuleOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.ActivateRuleOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ActivateRuleOperationSpec
extends Object
ActivateRuleSpec
Specification for the ActivateRule operation.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ActivateRuleOperationSpec
(String ruleId) Constructs a validated instance ofActivateRuleOperationSpec
.Constructs a validated instance ofActivateRuleOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@NotNull String
ruleId()
The path parameter should be the id of rule that needs to be activated.The path parameter should be the id of rule that needs to be activated.toString()
void
validate()
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
-
ActivateRuleOperationSpec
Constructs a validated instance ofActivateRuleOperationSpec
.- Parameter:
spec
- the specification to process
-
ActivateRuleOperationSpec
Constructs a validated instance ofActivateRuleOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
ruleId
- The path parameter should be the id of rule that needs to be activated.
-
ActivateRuleOperationSpec
protected ActivateRuleOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
ruleId
The path parameter should be the id of rule that needs to be activated. -
ruleId
The path parameter should be the id of rule that needs to be activated.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-