Uses of Class
com.oracle.bmc.datascience.model.ScheduleSummary
-
Packages that use ScheduleSummary Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.model com.oracle.bmc.datascience.responses -
-
Uses of ScheduleSummary in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return types with arguments of type ScheduleSummary Modifier and Type Method Description Iterable<ScheduleSummary>
DataSciencePaginators. 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.datascience.model
Methods in com.oracle.bmc.datascience.model that return ScheduleSummary Modifier and Type Method Description ScheduleSummary
ScheduleSummary.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type ScheduleSummary Modifier and Type Method Description ScheduleSummary.Builder
ScheduleSummary.Builder. copy(ScheduleSummary model)
-
Uses of ScheduleSummary in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return types with arguments of type ScheduleSummary Modifier and Type Method Description List<ScheduleSummary>
ListSchedulesResponse. getItems()
A list of com.oracle.bmc.datascience.model.ScheduleSummary instances.Method parameters in com.oracle.bmc.datascience.responses with type arguments of type ScheduleSummary Modifier and Type Method Description ListSchedulesResponse.Builder
ListSchedulesResponse.Builder. items(List<ScheduleSummary> items)
A list of com.oracle.bmc.datascience.model.ScheduleSummary instances.
-