Uses of Class
com.oracle.bmc.databasemigration.model.MetadataRemap.Type
-
Packages that use MetadataRemap.Type Package Description com.oracle.bmc.databasemigration.model -
-
Uses of MetadataRemap.Type in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return MetadataRemap.Type Modifier and Type Method Description static MetadataRemap.Type
MetadataRemap.Type. create(String key)
MetadataRemap.Type
MetadataRemap. getType()
Type of remap.static MetadataRemap.Type
MetadataRemap.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetadataRemap.Type[]
MetadataRemap.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemigration.model with parameters of type MetadataRemap.Type Modifier and Type Method Description MetadataRemap.Builder
MetadataRemap.Builder. type(MetadataRemap.Type type)
Type of remap.Constructors in com.oracle.bmc.databasemigration.model with parameters of type MetadataRemap.Type Constructor Description MetadataRemap(MetadataRemap.Type type, String oldValue, String newValue)
Deprecated.
-