Uses of Class
com.oracle.bmc.dataintegration.model.TypeListRule.RuleType
-
Packages that use TypeListRule.RuleType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TypeListRule.RuleType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TypeListRule.RuleType Modifier and Type Method Description static TypeListRule.RuleTypeTypeListRule.RuleType. create(String key)TypeListRule.RuleTypeTypeListRule. getRuleType()The rule type.static TypeListRule.RuleTypeTypeListRule.RuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeListRule.RuleType[]TypeListRule.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 TypeListRule.RuleType Modifier and Type Method Description TypeListRule.BuilderTypeListRule.Builder. ruleType(TypeListRule.RuleType ruleType)The rule type.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TypeListRule.RuleType 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.
-