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