Uses of Class
com.oracle.bmc.databasemigration.model.JobTypes
-
Packages that use JobTypes Package Description com.oracle.bmc.databasemigration.model -
-
Uses of JobTypes in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return JobTypes Modifier and Type Method Description static JobTypesJobTypes. create(String key)JobTypesJob. getType()The job type.JobTypesJobSummary. getType()The job type.static JobTypesJobTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static JobTypes[]JobTypes. 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 JobTypes Modifier and Type Method Description Job.BuilderJob.Builder. type(JobTypes type)The job type.JobSummary.BuilderJobSummary.Builder. type(JobTypes type)The job type.Constructors in com.oracle.bmc.databasemigration.model with parameters of type JobTypes Constructor Description Job(String id, String displayName, String migrationId, JobTypes type, Date timeCreated, Date timeUpdated, MigrationJobProgressResource progress, List<UnsupportedDatabaseObject> unsupportedObjects, JobLifecycleStates lifecycleState, String lifecycleDetails, List<ParameterFileVersionSummary> parameterFileVersions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.JobSummary(String id, String displayName, String migrationId, JobTypes type, MigrationJobProgressSummary progress, Date timeCreated, Date timeUpdated, JobLifecycleStates lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-