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