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