Class UserProfileListPage.Builder
-
- All Implemented Interfaces:
public final class UserProfileListPage.BuilderA builder for UserProfileListPage.
-
-
Method Summary
Modifier and Type Method Description final UserProfileListPage.Builderservice(UserProfileService service)final UserProfileListPage.Builderparams(UserProfileListParams params)The parameters that were used to request this page. final UserProfileListPage.Builderresponse(UserProfileListPageResponse response)The response that this page was parsed from. final UserProfileListPagebuild()Returns an immutable instance of UserProfileListPage. -
-
Method Detail
-
service
final UserProfileListPage.Builder service(UserProfileService service)
-
params
final UserProfileListPage.Builder params(UserProfileListParams params)
The parameters that were used to request this page.
-
response
final UserProfileListPage.Builder response(UserProfileListPageResponse response)
The response that this page was parsed from.
-
build
final UserProfileListPage build()
Returns an immutable instance of UserProfileListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-