Uses of Class
com.oracle.bmc.dataintegration.model.TaskRunSummary.TaskType
-
Packages that use TaskRunSummary.TaskType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskRunSummary.TaskType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskRunSummary.TaskType Modifier and Type Method Description static TaskRunSummary.TaskTypeTaskRunSummary.TaskType. create(String key)TaskRunSummary.TaskTypeTaskRunSummary. getTaskType()The type of the task for the run.static TaskRunSummary.TaskTypeTaskRunSummary.TaskType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskRunSummary.TaskType[]TaskRunSummary.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 TaskRunSummary.TaskType Modifier and Type Method Description TaskRunSummary.BuilderTaskRunSummary.Builder. taskType(TaskRunSummary.TaskType taskType)The type of the task for the run.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskRunSummary.TaskType Constructor Description TaskRunSummary(String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, TaskRunSummary.Status status, Long startTimeMillis, Long endTimeMillis, Long lastUpdated, Long recordsWritten, Long bytesProcessed, Integer objectStatus, TaskRunSummary.TaskType taskType, String identifier, String refTaskRunId, TaskRunSummary.ReRunType reRunType, String stepId, Map<String,ParameterValue> inputs, ObjectMetadata metadata)Deprecated.
-