Package so.prelude.sdk.services.async
Class VerificationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
so.prelude.sdk.services.async.VerificationServiceAsync.WithRawResponse
public final class VerificationServiceAsyncImpl.WithRawResponseImpl implements VerificationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description VerificationServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<VerificationCreateResponse>>
create(VerificationCreateParams params, RequestOptions requestOptions)
CompletableFuture<HttpResponseFor<VerificationCheckResponse>>
check(VerificationCheckParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
VerificationServiceAsync.WithRawResponse 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<HttpResponseFor<VerificationCreateResponse>> create(VerificationCreateParams params, RequestOptions requestOptions)
-
check
CompletableFuture<HttpResponseFor<VerificationCheckResponse>> check(VerificationCheckParams params, RequestOptions requestOptions)
-
-
-
-