Uses of Class
com.oracle.bmc.dataintegration.model.NamePatternRule.RuleType
-
Packages that use NamePatternRule.RuleType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of NamePatternRule.RuleType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return NamePatternRule.RuleType Modifier and Type Method Description static NamePatternRule.RuleTypeNamePatternRule.RuleType. create(String key)NamePatternRule.RuleTypeNamePatternRule. getRuleType()The rule type.static NamePatternRule.RuleTypeNamePatternRule.RuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static NamePatternRule.RuleType[]NamePatternRule.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 NamePatternRule.RuleType Modifier and Type Method Description NamePatternRule.BuilderNamePatternRule.Builder. ruleType(NamePatternRule.RuleType ruleType)The rule type.Constructors in com.oracle.bmc.dataintegration.model with parameters of type NamePatternRule.RuleType Constructor Description NamePatternRule(String key, String modelVersion, ParentReference parentRef, Boolean isJavaRegexSyntax, ConfigValues configValues, Integer objectStatus, String description, Boolean isSkipRemainingRulesOnMatch, Object scope, Boolean isCascade, NamePatternRule.MatchingStrategy matchingStrategy, Boolean isCaseSensitive, NamePatternRule.RuleType ruleType, String pattern)Deprecated.
-