| Package | Description |
|---|---|
| com.oracle.bmc.databasemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static JobTypes |
JobTypes.create(String key) |
JobTypes |
JobSummary.getJobType()
The type of job.
|
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.jobType(JobTypes jobType) |
| Constructor and Description |
|---|
JobSummary(String id,
String compartmentId,
String name,
String description,
String managedDatabaseGroupId,
String managedDatabaseId,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
JobTypes jobType,
Job.LifecycleState lifecycleState,
String timeout,
String submissionErrorMessage,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.