Uses of Class
com.oracle.bmc.databasemigration.model.ObjectStatus
-
Packages that use ObjectStatus Package Description com.oracle.bmc.databasemigration.model -
-
Uses of ObjectStatus in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return ObjectStatus Modifier and Type Method Description static ObjectStatus
ObjectStatus. create(String key)
ObjectStatus
MySqlDatabaseObjectSummary. getObjectStatus()
Object status.ObjectStatus
OracleDatabaseObjectSummary. getObjectStatus()
Object status.static ObjectStatus
ObjectStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectStatus[]
ObjectStatus. 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 ObjectStatus Modifier and Type Method Description MySqlDatabaseObjectSummary.Builder
MySqlDatabaseObjectSummary.Builder. objectStatus(ObjectStatus objectStatus)
Object status.OracleDatabaseObjectSummary.Builder
OracleDatabaseObjectSummary.Builder. objectStatus(ObjectStatus objectStatus)
Object status.Constructors in com.oracle.bmc.databasemigration.model with parameters of type ObjectStatus Constructor Description MySqlDatabaseObjectSummary(ObjectStatus objectStatus, String schema, String objectName, String type)
Deprecated.OracleDatabaseObjectSummary(ObjectStatus objectStatus, String owner, String objectName, String type, Boolean isOmitExcludedTableFromReplication)
Deprecated.
-