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