Uses of Class
com.moesif.api.models.GovernanceRuleRegexRuleModel
-
Packages that use GovernanceRuleRegexRuleModel Package Description com.moesif.api.models -
-
Uses of GovernanceRuleRegexRuleModel in com.moesif.api.models
Methods in com.moesif.api.models that return GovernanceRuleRegexRuleModel Modifier and Type Method Description GovernanceRuleRegexRuleModelGovernanceRuleRegexRuleBuilder. build()Build the instance with the given valuesMethods in com.moesif.api.models that return types with arguments of type GovernanceRuleRegexRuleModel Modifier and Type Method Description List<GovernanceRuleRegexRuleModel>GovernanceRulesModel. getRegexConfig()GETTER regexConfigMethod parameters in com.moesif.api.models with type arguments of type GovernanceRuleRegexRuleModel Modifier and Type Method Description GovernanceRulesBuilderGovernanceRulesBuilder. regexConfig(List<GovernanceRuleRegexRuleModel> regexConfig)the regexConfigvoidGovernanceRulesModel. setRegexConfig(List<GovernanceRuleRegexRuleModel> value)SETTER regexConfig
-