Package com.increase.api.services.async
Class ExportServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.ExportServiceAsync.WithRawResponse
public final class ExportServiceAsyncImpl.WithRawResponseImpl implements ExportServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<Export>>create(ExportCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /exports, but is otherwise the same as ExportServiceAsync.create.CompletableFuture<HttpResponseFor<Export>>retrieve(ExportRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /exports/{export_id}, but is otherwise the same as ExportServiceAsync.retrieve.CompletableFuture<HttpResponseFor<ExportListPageAsync>>list(ExportListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /exports, but is otherwise the same as ExportServiceAsync.list.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<Export>> create(ExportCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /exports, but is otherwise the same as ExportServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<Export>> retrieve(ExportRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /exports/{export_id}, but is otherwise the same as ExportServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<ExportListPageAsync>> list(ExportListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /exports, but is otherwise the same as ExportServiceAsync.list.
-
-
-
-