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