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