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 JobTypes
JobTypes. create(String key)
JobTypes
Job. getType()
The job type.JobTypes
JobSummary. getType()
The job type.static JobTypes
JobTypes. 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.Builder
Job.Builder. type(JobTypes type)
The job type.JobSummary.Builder
JobSummary.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, CollectTracesData collectTracesData, 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.
-