Uses of Class
com.oracle.bmc.dataintegration.model.NameListRule.RuleType
-
Packages that use NameListRule.RuleType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of NameListRule.RuleType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return NameListRule.RuleType Modifier and Type Method Description static NameListRule.RuleTypeNameListRule.RuleType. create(String key)NameListRule.RuleTypeNameListRule. getRuleType()The rule type.static NameListRule.RuleTypeNameListRule.RuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static NameListRule.RuleType[]NameListRule.RuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type NameListRule.RuleType Modifier and Type Method Description NameListRule.BuilderNameListRule.Builder. ruleType(NameListRule.RuleType ruleType)The rule type.Constructors in com.oracle.bmc.dataintegration.model with parameters of type NameListRule.RuleType Constructor Description NameListRule(String key, String modelVersion, ParentReference parentRef, Boolean isJavaRegexSyntax, ConfigValues configValues, Integer objectStatus, String description, Boolean isSkipRemainingRulesOnMatch, Object scope, Boolean isCascade, NameListRule.MatchingStrategy matchingStrategy, Boolean isCaseSensitive, NameListRule.RuleType ruleType, List<String> names)Deprecated.
-