Uses of Class
com.oracle.bmc.dataintegration.model.TaskScheduleSummary.RetryDelayUnit
-
Packages that use TaskScheduleSummary.RetryDelayUnit Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskScheduleSummary.RetryDelayUnit in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskScheduleSummary.RetryDelayUnit Modifier and Type Method Description static TaskScheduleSummary.RetryDelayUnit
TaskScheduleSummary.RetryDelayUnit. create(String key)
TaskScheduleSummary.RetryDelayUnit
TaskScheduleSummary. getRetryDelayUnit()
The unit for the retry delay.static TaskScheduleSummary.RetryDelayUnit
TaskScheduleSummary.RetryDelayUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskScheduleSummary.RetryDelayUnit[]
TaskScheduleSummary.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 TaskScheduleSummary.RetryDelayUnit Modifier and Type Method Description TaskScheduleSummary.Builder
TaskScheduleSummary.Builder. retryDelayUnit(TaskScheduleSummary.RetryDelayUnit retryDelayUnit)
The unit for the retry delay.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskScheduleSummary.RetryDelayUnit Constructor Description TaskScheduleSummary(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 numberOfRetries, Double retryDelay, TaskScheduleSummary.RetryDelayUnit retryDelayUnit, Long startTimeMillis, Long endTimeMillis, Boolean isConcurrentAllowed, Boolean isBackfillEnabled, TaskScheduleSummary.AuthMode authMode, Double expectedDuration, TaskScheduleSummary.ExpectedDurationUnit expectedDurationUnit, Long nextRunTimeMillis, LastRunDetails lastRunDetails, ObjectMetadata metadata)
Deprecated.
-