Interface DocumentServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DocumentServiceAsync.WithRawResponseA view of DocumentServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<Document>>create(SimulationDocumentCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/documents, but is otherwise the same as DocumentServiceAsync.create.abstract CompletableFuture<HttpResponseFor<Document>>create(SimulationDocumentCreateParams params)Returns a raw HTTP response for post /simulations/documents, but is otherwise the same as DocumentServiceAsync.create.-
-
Method Detail
-
create
abstract CompletableFuture<HttpResponseFor<Document>> create(SimulationDocumentCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/documents, but is otherwise the same as DocumentServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<Document>> create(SimulationDocumentCreateParams params)
Returns a raw HTTP response for
post /simulations/documents, but is otherwise the same as DocumentServiceAsync.create.
-
-
-
-