Class DocumentServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.entities.kyc.DocumentServiceAsync.WithRawResponse
public final class DocumentServiceAsyncImpl.WithRawResponseImpl implements DocumentServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description DocumentServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<List<KycDocument>>>retrieve(DocumentRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<KycDocument>>upload(DocumentUploadParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.entities.kyc.DocumentServiceAsync.WithRawResponse
retrieve, retrieve, retrieve, upload, upload, upload -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
DocumentServiceAsync.WithRawResponse 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<HttpResponseFor<List<KycDocument>>> retrieve(DocumentRetrieveParams params, RequestOptions requestOptions)
-
upload
CompletableFuture<HttpResponseFor<KycDocument>> upload(DocumentUploadParams params, RequestOptions requestOptions)
-
-
-
-