Uses of Class
com.oracle.bmc.databasemigration.model.UnsupportedDatabaseObject.Type
-
Packages that use UnsupportedDatabaseObject.Type Package Description com.oracle.bmc.databasemigration.model -
-
Uses of UnsupportedDatabaseObject.Type in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return UnsupportedDatabaseObject.Type Modifier and Type Method Description static UnsupportedDatabaseObject.TypeUnsupportedDatabaseObject.Type. create(String key)UnsupportedDatabaseObject.TypeUnsupportedDatabaseObject. getType()Type of unsupported objectstatic UnsupportedDatabaseObject.TypeUnsupportedDatabaseObject.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static UnsupportedDatabaseObject.Type[]UnsupportedDatabaseObject.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 UnsupportedDatabaseObject.Type Modifier and Type Method Description UnsupportedDatabaseObject.BuilderUnsupportedDatabaseObject.Builder. type(UnsupportedDatabaseObject.Type type)Type of unsupported objectConstructors in com.oracle.bmc.databasemigration.model with parameters of type UnsupportedDatabaseObject.Type Constructor Description UnsupportedDatabaseObject(UnsupportedDatabaseObject.Type type, String owner, String objectName)Deprecated.
-