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