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