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