Package | Description |
---|---|
com.oracle.bmc.databasemigration.model |
Modifier and Type | Method and Description |
---|---|
static JobTypes |
JobTypes.create(String key) |
JobTypes |
JobSummary.getType()
The job type.
|
JobTypes |
Job.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.
|
Modifier and Type | Method and Description |
---|---|
JobSummary.Builder |
JobSummary.Builder.type(JobTypes type)
The job type.
|
Job.Builder |
Job.Builder.type(JobTypes type)
The job type.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.