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