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