Package app.knock.api.services.blocking
Class ScheduleServiceImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.ScheduleService
public final class ScheduleServiceImpl implements ScheduleService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classScheduleServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ScheduleService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BulkServicebulk()List<Schedule>create(ScheduleCreateParams params, RequestOptions requestOptions)List<Schedule>update(ScheduleUpdateParams params, RequestOptions requestOptions)ScheduleListPagelist(ScheduleListParams params, RequestOptions requestOptions)List<Schedule>delete(ScheduleDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
ScheduleService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
bulk
BulkService bulk()
-
create
List<Schedule> create(ScheduleCreateParams params, RequestOptions requestOptions)
-
update
List<Schedule> update(ScheduleUpdateParams params, RequestOptions requestOptions)
-
list
ScheduleListPage list(ScheduleListParams params, RequestOptions requestOptions)
-
delete
List<Schedule> delete(ScheduleDeleteParams params, RequestOptions requestOptions)
-
-
-
-