Package app.knock.api.models.schedules
Class ScheduleListPageAsync.Builder
-
- All Implemented Interfaces:
public final class ScheduleListPageAsync.BuilderA builder for ScheduleListPageAsync.
-
-
Method Summary
Modifier and Type Method Description final ScheduleListPageAsync.Builderservice(ScheduleServiceAsync service)final ScheduleListPageAsync.Builderparams(ScheduleListParams params)The parameters that were used to request this page. final ScheduleListPageAsync.Builderresponse(ScheduleListPageResponse response)The response that this page was parsed from. final ScheduleListPageAsyncbuild()Returns an immutable instance of ScheduleListPageAsync. -
-
Method Detail
-
service
final ScheduleListPageAsync.Builder service(ScheduleServiceAsync service)
-
params
final ScheduleListPageAsync.Builder params(ScheduleListParams params)
The parameters that were used to request this page.
-
response
final ScheduleListPageAsync.Builder response(ScheduleListPageResponse response)
The response that this page was parsed from.
-
build
final ScheduleListPageAsync build()
Returns an immutable instance of ScheduleListPageAsync.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-