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