Package com.increase.api.services.async
Class SupplementalDocumentServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.SupplementalDocumentServiceAsync.WithRawResponse
public final class SupplementalDocumentServiceAsyncImpl.WithRawResponseImpl implements SupplementalDocumentServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<EntitySupplementalDocument>>create(SupplementalDocumentCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entity_supplemental_documents, but is otherwise the same as SupplementalDocumentServiceAsync.create.CompletableFuture<HttpResponseFor<SupplementalDocumentListPageAsync>>list(SupplementalDocumentListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /entity_supplemental_documents, but is otherwise the same as SupplementalDocumentServiceAsync.list.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<EntitySupplementalDocument>> create(SupplementalDocumentCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entity_supplemental_documents, but is otherwise the same as SupplementalDocumentServiceAsync.create.
-
list
CompletableFuture<HttpResponseFor<SupplementalDocumentListPageAsync>> list(SupplementalDocumentListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /entity_supplemental_documents, but is otherwise the same as SupplementalDocumentServiceAsync.list.
-
-
-
-