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