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