Uses of Class
com.oracle.bmc.dataintegration.model.ScheduleSummary
-
Packages that use ScheduleSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of ScheduleSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ScheduleSummary Modifier and Type Method Description Iterable<ScheduleSummary>
DataIntegrationPaginators. listSchedulesRecordIterator(ListSchedulesRequest request)
Creates a new iterable which will iterate over theScheduleSummary
objects contained in responses from the listSchedules operation. -
Uses of ScheduleSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ScheduleSummary Modifier and Type Method Description ScheduleSummary
ScheduleSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type ScheduleSummary Modifier and Type Method Description List<ScheduleSummary>
ScheduleSummaryCollection. getItems()
An array of Schedule summariesMethods in com.oracle.bmc.dataintegration.model with parameters of type ScheduleSummary Modifier and Type Method Description ScheduleSummary.Builder
ScheduleSummary.Builder. copy(ScheduleSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type ScheduleSummary Modifier and Type Method Description ScheduleSummaryCollection.Builder
ScheduleSummaryCollection.Builder. items(List<ScheduleSummary> items)
An array of Schedule summariesConstructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type ScheduleSummary Constructor Description ScheduleSummaryCollection(List<ScheduleSummary> items)
Deprecated.
-