Package so.prelude.sdk.services.async
Class VerificationServiceAsyncImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.services.async.VerificationServiceAsync
public final class VerificationServiceAsyncImpl implements VerificationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
VerificationServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description VerificationServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. VerificationServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<VerificationCreateResponse>
create(VerificationCreateParams params, RequestOptions requestOptions)
CompletableFuture<VerificationCheckResponse>
check(VerificationCheckParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
VerificationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
VerificationServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<VerificationCreateResponse> create(VerificationCreateParams params, RequestOptions requestOptions)
-
check
CompletableFuture<VerificationCheckResponse> check(VerificationCheckParams params, RequestOptions requestOptions)
-
-
-
-