| Package | Description |
|---|---|
| com.qubole.qds.sdk.java.api | |
| com.qubole.qds.sdk.java.entities |
| Modifier and Type | Method and Description |
|---|---|
InvokableBuilder<Schedule> |
SchedulerApi.create(CreateScheduleCommandBuilder configBuilder)
Corresponds to http://docs.qubole.com/en/latest/rest-api/scheduler_api/create-a-schedule.html
|
InvokableBuilder<Schedule> |
SchedulerApi.edit(String scheduleId,
CreateScheduleCommandBuilder configBuilder)
Corresponds to http://docs.qubole.com/en/latest/rest-api/scheduler_api/edit-a-schedule.html
|
InvokableBuilder<Schedule> |
SchedulerApi.view(int scheduleId)
Corresponds to http://www.qubole.com/docs/view-a-schedule/
|
| Modifier and Type | Method and Description |
|---|---|
List<Schedule> |
SchedulesResponse.getSchedules() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulesResponse.setSchedules(List<Schedule> schedules) |
| Constructor and Description |
|---|
SchedulesResponse(PagingInfo paging_info,
List<Schedule> schedules) |
Copyright © 2020. All rights reserved.