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