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