Class DocumentServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.DocumentService.WithRawResponse
public final class DocumentServiceImpl.WithRawResponseImpl implements DocumentService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<Document>retrieve(DocumentRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /documents/{document_id}, but is otherwise the same as DocumentService.retrieve.HttpResponseFor<DocumentListPage>list(DocumentListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /documents, but is otherwise the same as DocumentService.list.-
-
Method Detail
-
retrieve
HttpResponseFor<Document> retrieve(DocumentRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /documents/{document_id}, but is otherwise the same as DocumentService.retrieve.
-
list
HttpResponseFor<DocumentListPage> list(DocumentListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /documents, but is otherwise the same as DocumentService.list.
-
-
-
-