Uses of Class
com.oracle.bmc.databasemigration.model.DataVerificationDetail.LifecycleState
-
Packages that use DataVerificationDetail.LifecycleState Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.model -
-
Uses of DataVerificationDetail.LifecycleState in com.oracle.bmc.databasemigration
-
Uses of DataVerificationDetail.LifecycleState in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return DataVerificationDetail.LifecycleState Modifier and Type Method Description static DataVerificationDetail.LifecycleStateDataVerificationDetail.LifecycleState. create(String key)DataVerificationDetail.LifecycleStateDataVerificationDetail. getLifecycleState()Overall lifecycle state of Data Verification generation for the migration.static DataVerificationDetail.LifecycleStateDataVerificationDetail.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DataVerificationDetail.LifecycleState[]DataVerificationDetail.LifecycleState. 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 DataVerificationDetail.LifecycleState Modifier and Type Method Description DataVerificationDetail.BuilderDataVerificationDetail.Builder. lifecycleState(DataVerificationDetail.LifecycleState lifecycleState)Overall lifecycle state of Data Verification generation for the migration.Constructors in com.oracle.bmc.databasemigration.model with parameters of type DataVerificationDetail.LifecycleState Constructor Description DataVerificationDetail(String migrationId, DataVerificationDetail.LifecycleState lifecycleState, Date timeStarted, Date timeUpdated, Date timeCompleted, String lifecycleDetails, Date timeCreated)Deprecated.
-