Package com.increase.api.services.async
Interface SupplementalDocumentServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface SupplementalDocumentServiceAsync.WithRawResponseA view of SupplementalDocumentServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract SupplementalDocumentServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<EntitySupplementalDocument>> create(SupplementalDocumentCreateParams params)
Returns a raw HTTP response for
post /entity_supplemental_documents, but is otherwise the same as SupplementalDocumentServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<EntitySupplementalDocument>> create(SupplementalDocumentCreateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<SupplementalDocumentListPageAsync>> list(SupplementalDocumentListParams params)
Returns a raw HTTP response for
get /entity_supplemental_documents, but is otherwise the same as SupplementalDocumentServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<SupplementalDocumentListPageAsync>> list(SupplementalDocumentListParams params, RequestOptions requestOptions)
-
-
-
-