Package com.increase.api.services.async
Interface AccountStatementServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface AccountStatementServiceAsync.WithRawResponseA view of AccountStatementServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract AccountStatementServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<AccountStatement>> retrieve(String accountStatementId)
Returns a raw HTTP response for
get /account_statements/{account_statement_id}, but is otherwise the same as AccountStatementServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<AccountStatement>> retrieve(String accountStatementId, AccountStatementRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<AccountStatement>> retrieve(String accountStatementId, AccountStatementRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<AccountStatement>> retrieve(AccountStatementRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<AccountStatement>> retrieve(AccountStatementRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<AccountStatement>> retrieve(String accountStatementId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list()
Returns a raw HTTP response for
get /account_statements, but is otherwise the same as AccountStatementServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list(AccountStatementListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list(AccountStatementListParams params)
-
list
CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-