Uses of Class
com.oracle.bmc.dataintegration.model.TaskSummaryCollection
-
Packages that use TaskSummaryCollection Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.responses -
-
Uses of TaskSummaryCollection in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskSummaryCollection Modifier and Type Method Description TaskSummaryCollection
TaskSummaryCollection.Builder. build()
Methods in com.oracle.bmc.dataintegration.model with parameters of type TaskSummaryCollection Modifier and Type Method Description TaskSummaryCollection.Builder
TaskSummaryCollection.Builder. copy(TaskSummaryCollection model)
-
Uses of TaskSummaryCollection in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return TaskSummaryCollection Modifier and Type Method Description TaskSummaryCollection
ListTasksResponse. getTaskSummaryCollection()
The returned TaskSummaryCollection instance.Methods in com.oracle.bmc.dataintegration.responses with parameters of type TaskSummaryCollection Modifier and Type Method Description ListTasksResponse.Builder
ListTasksResponse.Builder. taskSummaryCollection(TaskSummaryCollection taskSummaryCollection)
The returned TaskSummaryCollection instance.
-