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