Class DocumentServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.entities.kyc.DocumentServiceAsync
public final class DocumentServiceAsyncImpl implements DocumentServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDocumentServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description DocumentServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. DocumentServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<List<KycDocument>>retrieve(DocumentRetrieveParams params, RequestOptions requestOptions)CompletableFuture<KycDocument>upload(DocumentUploadParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
DocumentServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
DocumentServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<List<KycDocument>> retrieve(DocumentRetrieveParams params, RequestOptions requestOptions)
-
upload
CompletableFuture<KycDocument> upload(DocumentUploadParams params, RequestOptions requestOptions)
-
-
-
-