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