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