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