Uses of Class
com.oracle.bmc.dataintegration.model.TaskRunSummary.ReRunType
-
Packages that use TaskRunSummary.ReRunType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskRunSummary.ReRunType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskRunSummary.ReRunType Modifier and Type Method Description static TaskRunSummary.ReRunType
TaskRunSummary.ReRunType. create(String key)
TaskRunSummary.ReRunType
TaskRunSummary. getReRunType()
Supported re-run typesstatic TaskRunSummary.ReRunType
TaskRunSummary.ReRunType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskRunSummary.ReRunType[]
TaskRunSummary.ReRunType. 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.ReRunType Modifier and Type Method Description TaskRunSummary.Builder
TaskRunSummary.Builder. reRunType(TaskRunSummary.ReRunType reRunType)
Supported re-run typesConstructors in com.oracle.bmc.dataintegration.model with parameters of type TaskRunSummary.ReRunType 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.
-