Uses of Class
com.oracle.bmc.dataintegration.model.TaskSchedule
-
Packages that use TaskSchedule Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.responses -
-
Uses of TaskSchedule in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskSchedule Modifier and Type Method Description TaskSchedule
TaskSchedule.Builder. build()
TaskSchedule
TaskRun. getTaskSchedule()
Methods in com.oracle.bmc.dataintegration.model with parameters of type TaskSchedule Modifier and Type Method Description TaskSchedule.Builder
TaskSchedule.Builder. copy(TaskSchedule model)
TaskRun.Builder
TaskRun.Builder. taskSchedule(TaskSchedule taskSchedule)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskSchedule Constructor Description TaskRun(String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, ConfigProvider configProvider, TaskRun.Status status, Long startTimeMillis, Long endTimeMillis, Long lastUpdated, Long recordsWritten, Long bytesProcessed, String errorMessage, Double expectedDuration, TaskRun.ExpectedDurationUnit expectedDurationUnit, String taskKey, String externalId, Integer retryAttempt, TaskSchedule taskSchedule, Map<String,Float> metrics, Map<String,ParameterValue> outputs, List<String> executionErrors, List<String> terminationErrors, TaskRun.AuthMode authMode, String opcRequestId, Integer objectStatus, TaskRun.TaskType taskType, Boolean isLogProcessingInProgress, String identifier, ObjectMetadata metadata, Map<String,String> keyMap)
Deprecated. -
Uses of TaskSchedule in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return TaskSchedule Modifier and Type Method Description TaskSchedule
CreateTaskScheduleResponse. getTaskSchedule()
The returned TaskSchedule instance.TaskSchedule
GetTaskScheduleResponse. getTaskSchedule()
The returned TaskSchedule instance.TaskSchedule
UpdateTaskScheduleResponse. getTaskSchedule()
The returned TaskSchedule instance.Methods in com.oracle.bmc.dataintegration.responses with parameters of type TaskSchedule Modifier and Type Method Description CreateTaskScheduleResponse.Builder
CreateTaskScheduleResponse.Builder. taskSchedule(TaskSchedule taskSchedule)
The returned TaskSchedule instance.GetTaskScheduleResponse.Builder
GetTaskScheduleResponse.Builder. taskSchedule(TaskSchedule taskSchedule)
The returned TaskSchedule instance.UpdateTaskScheduleResponse.Builder
UpdateTaskScheduleResponse.Builder. taskSchedule(TaskSchedule taskSchedule)
The returned TaskSchedule instance.
-