Uses of Class
com.oracle.bmc.dataintegration.model.TaskOperator.TriggerRule
-
Packages that use TaskOperator.TriggerRule Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskOperator.TriggerRule in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskOperator.TriggerRule Modifier and Type Method Description static TaskOperator.TriggerRule
TaskOperator.TriggerRule. create(String key)
TaskOperator.TriggerRule
TaskOperator. getTriggerRule()
The merge condition.static TaskOperator.TriggerRule
TaskOperator.TriggerRule. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskOperator.TriggerRule[]
TaskOperator.TriggerRule. 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.TriggerRule Modifier and Type Method Description TaskOperator.Builder
TaskOperator.Builder. triggerRule(TaskOperator.TriggerRule triggerRule)
The merge condition.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskOperator.TriggerRule 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.
-