Package com.moesif.api.models
Class GovernanceRuleRegexConditionBuilder
java.lang.Object
com.moesif.api.models.GovernanceRuleRegexConditionBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor to initialize the instance -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the instance with the given valuesthe paththe value
-
Constructor Details
-
GovernanceRuleRegexConditionBuilder
public GovernanceRuleRegexConditionBuilder()Default constructor to initialize the instance
-
-
Method Details
-
path
the path- Parameters:
path- the field to set- Returns:
- itself
-
value
the value- Parameters:
value- the field to set- Returns:
- itself
-
build
Build the instance with the given values- Returns:
- The built GovernanceRuleRegexConditionModel
-