Uses of Class
com.oracle.bmc.dataintegration.model.TaskOperator.RetryDelayUnit
-
Packages that use TaskOperator.RetryDelayUnit Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskOperator.RetryDelayUnit in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskOperator.RetryDelayUnit Modifier and Type Method Description static TaskOperator.RetryDelayUnit
TaskOperator.RetryDelayUnit. create(String key)
TaskOperator.RetryDelayUnit
TaskOperator. getRetryDelayUnit()
The unit for the retry delay.static TaskOperator.RetryDelayUnit
TaskOperator.RetryDelayUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskOperator.RetryDelayUnit[]
TaskOperator.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 TaskOperator.RetryDelayUnit Modifier and Type Method Description TaskOperator.Builder
TaskOperator.Builder. retryDelayUnit(TaskOperator.RetryDelayUnit retryDelayUnit)
The unit for the retry delay.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskOperator.RetryDelayUnit Constructor Description TaskOperator(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, List<InputPort> inputPorts, List<TypedObject> outputPorts, Integer objectStatus, String identifier, List<Parameter> parameters, ConfigValues opConfigValues, Integer retryAttempts, TaskOperator.RetryDelayUnit retryDelayUnit, Double retryDelay, Double expectedDuration, TaskOperator.ExpectedDurationUnit expectedDurationUnit, TaskOperator.TaskType taskType, Task task, TaskOperator.TriggerRule triggerRule, ConfigProvider configProviderDelegate)
Deprecated.
-