Package com.increase.api.services.async
Class DocumentServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.DocumentServiceAsync.WithRawResponse
public final class DocumentServiceAsyncImpl.WithRawResponseImpl implements DocumentServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<Document>>retrieve(DocumentRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /documents/{document_id}, but is otherwise the same as DocumentServiceAsync.retrieve.CompletableFuture<HttpResponseFor<DocumentListPageAsync>>list(DocumentListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /documents, but is otherwise the same as DocumentServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<Document>> retrieve(DocumentRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /documents/{document_id}, but is otherwise the same as DocumentServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<DocumentListPageAsync>> list(DocumentListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /documents, but is otherwise the same as DocumentServiceAsync.list.
-
-
-
-