Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static JobScheduleDetails.IntervalType |
JobScheduleDetails.IntervalType.create(String key) |
JobScheduleDetails.IntervalType |
JobScheduleDetails.getIntervalType()
The interval type for a recurring scheduled job.
|
static JobScheduleDetails.IntervalType |
JobScheduleDetails.IntervalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobScheduleDetails.IntervalType[] |
JobScheduleDetails.IntervalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleDetails.Builder |
JobScheduleDetails.Builder.intervalType(JobScheduleDetails.IntervalType intervalType)
The interval type for a recurring scheduled job.
|
Constructor and Description |
---|
JobScheduleDetails(String startTime,
String endTime,
JobScheduleDetails.IntervalType intervalType,
String intervalValue)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.