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