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