Uses of Class
com.oracle.bmc.dataintegration.model.TaskScheduleSummary
-
Packages that use TaskScheduleSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of TaskScheduleSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type TaskScheduleSummary Modifier and Type Method Description Iterable<TaskScheduleSummary>
DataIntegrationPaginators. listTaskSchedulesRecordIterator(ListTaskSchedulesRequest request)
Creates a new iterable which will iterate over theTaskScheduleSummary
objects contained in responses from the listTaskSchedules operation. -
Uses of TaskScheduleSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskScheduleSummary Modifier and Type Method Description TaskScheduleSummary
TaskScheduleSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type TaskScheduleSummary Modifier and Type Method Description List<TaskScheduleSummary>
TaskScheduleSummaryCollection. getItems()
The array of TaskSchedule summariesMethods in com.oracle.bmc.dataintegration.model with parameters of type TaskScheduleSummary Modifier and Type Method Description TaskScheduleSummary.Builder
TaskScheduleSummary.Builder. copy(TaskScheduleSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type TaskScheduleSummary Modifier and Type Method Description TaskScheduleSummaryCollection.Builder
TaskScheduleSummaryCollection.Builder. items(List<TaskScheduleSummary> items)
The array of TaskSchedule summariesConstructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type TaskScheduleSummary Constructor Description TaskScheduleSummaryCollection(List<TaskScheduleSummary> items)
Deprecated.
-