Uses of Class
com.oracle.bmc.dataintegration.model.RuleBasedFieldMap.MapType
-
Packages that use RuleBasedFieldMap.MapType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of RuleBasedFieldMap.MapType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return RuleBasedFieldMap.MapType Modifier and Type Method Description static RuleBasedFieldMap.MapTypeRuleBasedFieldMap.MapType. create(String key)RuleBasedFieldMap.MapTypeRuleBasedFieldMap. getMapType()mapTypestatic RuleBasedFieldMap.MapTypeRuleBasedFieldMap.MapType. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleBasedFieldMap.MapType[]RuleBasedFieldMap.MapType. 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 RuleBasedFieldMap.MapType Modifier and Type Method Description RuleBasedFieldMap.BuilderRuleBasedFieldMap.Builder. mapType(RuleBasedFieldMap.MapType mapType)mapTypeConstructors in com.oracle.bmc.dataintegration.model with parameters of type RuleBasedFieldMap.MapType Constructor Description RuleBasedFieldMap(String description, String key, String modelVersion, ParentReference parentRef, ConfigValues configValues, RuleBasedFieldMap.MapType mapType, String fromPattern, String toPattern, Boolean isJavaRegexSyntax, Integer objectStatus, RuleTypeConfig fromRuleConfig, RuleTypeConfig toRuleConfig)Deprecated.
-