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