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