Uses of Class
com.oracle.bmc.dataintegration.model.TaskSchedule.ExpectedDurationUnit
-
Packages that use TaskSchedule.ExpectedDurationUnit Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskSchedule.ExpectedDurationUnit in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskSchedule.ExpectedDurationUnit Modifier and Type Method Description static TaskSchedule.ExpectedDurationUnit
TaskSchedule.ExpectedDurationUnit. create(String key)
TaskSchedule.ExpectedDurationUnit
TaskSchedule. getExpectedDurationUnit()
The expected duration unit of the task execution.static TaskSchedule.ExpectedDurationUnit
TaskSchedule.ExpectedDurationUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskSchedule.ExpectedDurationUnit[]
TaskSchedule.ExpectedDurationUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type TaskSchedule.ExpectedDurationUnit Modifier and Type Method Description TaskSchedule.Builder
TaskSchedule.Builder. expectedDurationUnit(TaskSchedule.ExpectedDurationUnit expectedDurationUnit)
The expected duration unit of the task execution.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskSchedule.ExpectedDurationUnit Constructor Description TaskSchedule(String key, String modelVersion, String modelType, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, Schedule scheduleRef, ConfigProvider configProviderDelegate, Boolean isEnabled, Integer retryAttempts, TaskSchedule.RetryDelayUnit retryDelayUnit, Double retryDelay, Long startTimeMillis, Long endTimeMillis, Boolean isConcurrentAllowed, Boolean isBackfillEnabled, TaskSchedule.AuthMode authMode, Double expectedDuration, TaskSchedule.ExpectedDurationUnit expectedDurationUnit, LastRunDetails lastRunDetails, ObjectMetadata metadata)
Deprecated.
-