Interface ExportServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface ExportServiceAsync.WithRawResponseA view of ExportServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<Export>>create(ExportCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /exports, but is otherwise the same as ExportServiceAsync.create.abstract CompletableFuture<HttpResponseFor<Export>>create(ExportCreateParams params)Returns a raw HTTP response for post /exports, but is otherwise the same as ExportServiceAsync.create.abstract 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.abstract CompletableFuture<HttpResponseFor<Export>>retrieve(ExportRetrieveParams params)Returns a raw HTTP response for get /exports/{export_id}, but is otherwise the same as ExportServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<ExportListPageAsync>>list(ExportListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /exports, but is otherwise the same as ExportServiceAsync.list.abstract CompletableFuture<HttpResponseFor<ExportListPageAsync>>list(ExportListParams params)Returns a raw HTTP response for get /exports, but is otherwise the same as ExportServiceAsync.list.abstract CompletableFuture<HttpResponseFor<ExportListPageAsync>>list()Returns a raw HTTP response for get /exports, but is otherwise the same as ExportServiceAsync.list.CompletableFuture<HttpResponseFor<ExportListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /exports, but is otherwise the same as ExportServiceAsync.list.-
-
Method Detail
-
create
abstract CompletableFuture<HttpResponseFor<Export>> create(ExportCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /exports, but is otherwise the same as ExportServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<Export>> create(ExportCreateParams params)
Returns a raw HTTP response for
post /exports, but is otherwise the same as ExportServiceAsync.create.
-
retrieve
abstract 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.
-
retrieve
abstract CompletableFuture<HttpResponseFor<Export>> retrieve(ExportRetrieveParams params)
Returns a raw HTTP response for
get /exports/{export_id}, but is otherwise the same as ExportServiceAsync.retrieve.
-
list
abstract CompletableFuture<HttpResponseFor<ExportListPageAsync>> list(ExportListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /exports, but is otherwise the same as ExportServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<ExportListPageAsync>> list(ExportListParams params)
Returns a raw HTTP response for
get /exports, but is otherwise the same as ExportServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<ExportListPageAsync>> list()
Returns a raw HTTP response for
get /exports, but is otherwise the same as ExportServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<ExportListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /exports, but is otherwise the same as ExportServiceAsync.list.
-
-
-
-