Uses of Class
com.oracle.bmc.dataintegration.model.TaskScheduleSummary.ExpectedDurationUnit
-
Packages that use TaskScheduleSummary.ExpectedDurationUnit Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskScheduleSummary.ExpectedDurationUnit in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskScheduleSummary.ExpectedDurationUnit Modifier and Type Method Description static TaskScheduleSummary.ExpectedDurationUnit
TaskScheduleSummary.ExpectedDurationUnit. create(String key)
TaskScheduleSummary.ExpectedDurationUnit
TaskScheduleSummary. getExpectedDurationUnit()
The expected duration unit of the task execution.static TaskScheduleSummary.ExpectedDurationUnit
TaskScheduleSummary.ExpectedDurationUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskScheduleSummary.ExpectedDurationUnit[]
TaskScheduleSummary.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 TaskScheduleSummary.ExpectedDurationUnit Modifier and Type Method Description TaskScheduleSummary.Builder
TaskScheduleSummary.Builder. expectedDurationUnit(TaskScheduleSummary.ExpectedDurationUnit expectedDurationUnit)
The expected duration unit of the task execution.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskScheduleSummary.ExpectedDurationUnit 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.
-