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 ObjectStatusObjectStatus. create(String key)ObjectStatusMySqlDatabaseObjectSummary. getObjectStatus()Object status.ObjectStatusOracleDatabaseObjectSummary. getObjectStatus()Object status.static ObjectStatusObjectStatus. 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.BuilderMySqlDatabaseObjectSummary.Builder. objectStatus(ObjectStatus objectStatus)Object status.OracleDatabaseObjectSummary.BuilderOracleDatabaseObjectSummary.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.
-