Uses of Class
com.oracle.bmc.datascience.model.Schedule
-
Packages that use Schedule Package Description com.oracle.bmc.datascience.model com.oracle.bmc.datascience.responses -
-
Uses of Schedule in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return Schedule Modifier and Type Method Description Schedule
Schedule.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type Schedule Modifier and Type Method Description Schedule.Builder
Schedule.Builder. copy(Schedule model)
-
Uses of Schedule in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return Schedule Modifier and Type Method Description Schedule
CreateScheduleResponse. getSchedule()
The returned Schedule instance.Schedule
GetScheduleResponse. getSchedule()
The returned Schedule instance.Methods in com.oracle.bmc.datascience.responses with parameters of type Schedule Modifier and Type Method Description CreateScheduleResponse.Builder
CreateScheduleResponse.Builder. schedule(Schedule schedule)
The returned Schedule instance.GetScheduleResponse.Builder
GetScheduleResponse.Builder. schedule(Schedule schedule)
The returned Schedule instance.
-