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