Uses of Class
com.oracle.bmc.dataintegration.model.TypedNamePatternRule.MatchingStrategy
-
Packages that use TypedNamePatternRule.MatchingStrategy Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TypedNamePatternRule.MatchingStrategy in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TypedNamePatternRule.MatchingStrategy Modifier and Type Method Description static TypedNamePatternRule.MatchingStrategyTypedNamePatternRule.MatchingStrategy. create(String key)TypedNamePatternRule.MatchingStrategyTypedNamePatternRule. getMatchingStrategy()The pattern matching strategy.static TypedNamePatternRule.MatchingStrategyTypedNamePatternRule.MatchingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static TypedNamePatternRule.MatchingStrategy[]TypedNamePatternRule.MatchingStrategy. 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.MatchingStrategy Modifier and Type Method Description TypedNamePatternRule.BuilderTypedNamePatternRule.Builder. matchingStrategy(TypedNamePatternRule.MatchingStrategy matchingStrategy)The pattern matching strategy.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TypedNamePatternRule.MatchingStrategy 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.
-