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