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