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