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