Class SupplementalDocumentServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.SupplementalDocumentService.WithRawResponse
public final class SupplementalDocumentServiceImpl.WithRawResponseImpl implements SupplementalDocumentService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<EntitySupplementalDocument>create(SupplementalDocumentCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /entity_supplemental_documents, but is otherwise the same as SupplementalDocumentService.create.HttpResponseFor<SupplementalDocumentListPage>list(SupplementalDocumentListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /entity_supplemental_documents, but is otherwise the same as SupplementalDocumentService.list.-
-
Method Detail
-
create
HttpResponseFor<EntitySupplementalDocument> create(SupplementalDocumentCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /entity_supplemental_documents, but is otherwise the same as SupplementalDocumentService.create.
-
list
HttpResponseFor<SupplementalDocumentListPage> list(SupplementalDocumentListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /entity_supplemental_documents, but is otherwise the same as SupplementalDocumentService.list.
-
-
-
-