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