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