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