Uses of Class
com.oracle.bmc.dataintegration.model.TaskSchedule.RetryDelayUnit
-
Packages that use TaskSchedule.RetryDelayUnit Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskSchedule.RetryDelayUnit in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskSchedule.RetryDelayUnit Modifier and Type Method Description static TaskSchedule.RetryDelayUnit
TaskSchedule.RetryDelayUnit. create(String key)
TaskSchedule.RetryDelayUnit
TaskSchedule. getRetryDelayUnit()
The unit for the retry delay.static TaskSchedule.RetryDelayUnit
TaskSchedule.RetryDelayUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskSchedule.RetryDelayUnit[]
TaskSchedule.RetryDelayUnit. 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.RetryDelayUnit Modifier and Type Method Description TaskSchedule.Builder
TaskSchedule.Builder. retryDelayUnit(TaskSchedule.RetryDelayUnit retryDelayUnit)
The unit for the retry delay.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskSchedule.RetryDelayUnit 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.
-