Package com.moesif.api.models
Class GovernanceRulesBuilder
java.lang.Object
com.moesif.api.models.GovernanceRulesBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionthe appIdblock(boolean block) the blockbuild()Build the instance with the given valuesthe createdAtthe Idthe namethe orgIdregexConfig(List<GovernanceRuleRegexRuleModel> regexConfig) the regexConfigresponse(GovernanceRulesResponseModel response) the responsethe typevariables(List<GovernanceRulesVariableModel> variables) the variables
-
Constructor Details
-
GovernanceRulesBuilder
public GovernanceRulesBuilder()Default constructor to initialize the instance
-
-
Method Details
-
id
the Id- Parameters:
Id- the field to set- Returns:
- itself
-
createdAt
the createdAt- Parameters:
createdAt- the field to set- Returns:
- itself
-
orgId
the orgId- Parameters:
orgId- the field to set- Returns:
- itself
-
appId
the appId- Parameters:
appId- the field to set- Returns:
- itself
-
name
the name- Parameters:
name- the field to set- Returns:
- itself
-
block
the block- Parameters:
block- the field to set- Returns:
- itself
-
type
the type- Parameters:
type- the field to set- Returns:
- itself
-
variables
the variables- Parameters:
variables- the field to set- Returns:
- itself
-
regexConfig
the regexConfig- Parameters:
regexConfig- the field to set- Returns:
- itself
-
response
the response- Parameters:
response- the field to set- Returns:
- itself
-
build
Build the instance with the given values- Returns:
- The built GovernanceRulesModel
-