Uses of Class
com.oracle.bmc.dataintegration.model.TaskSummary
-
Packages that use TaskSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of TaskSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type TaskSummary Modifier and Type Method Description Iterable<TaskSummary>
DataIntegrationPaginators. listTasksRecordIterator(ListTasksRequest request)
Creates a new iterable which will iterate over theTaskSummary
objects contained in responses from the listTasks operation. -
Uses of TaskSummary in com.oracle.bmc.dataintegration.model
Subclasses of TaskSummary in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
TaskSummaryFromDataLoaderTask
The information about a data flow task.class
TaskSummaryFromIntegrationTask
The information about the integration task.class
TaskSummaryFromOCIDataflowTask
The information about the OCI Dataflow task.class
TaskSummaryFromPipelineTask
The information about the pipeline task.class
TaskSummaryFromRestTask
The information about the Generic REST task.class
TaskSummaryFromSQLTask
The information about the SQL task.Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type TaskSummary Modifier and Type Method Description List<TaskSummary>
TaskSummaryCollection. getItems()
The array of task summaries.Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type TaskSummary Modifier and Type Method Description TaskSummaryCollection.Builder
TaskSummaryCollection.Builder. items(List<TaskSummary> items)
The array of task summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type TaskSummary Constructor Description TaskSummaryCollection(List<TaskSummary> items)
Deprecated.
-