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