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
Modifier and Type Method Description CompletableFuture<HttpResponseFor<AccountStatement>>retrieve(AccountStatementRetrieveParams params)Returns a raw HTTP response for get /account_statements/{account_statement_id}, but is otherwise the same as AccountStatementServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<AccountStatement>>retrieve(AccountStatementRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>>list()Returns a raw HTTP response for get /account_statements, but is otherwise the same as AccountStatementServiceAsync.list.abstract CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>>list(AccountStatementListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>>list(AccountStatementListParams params)CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>>list(RequestOptions requestOptions)-
-
Method Detail
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<AccountStatement>> retrieve(AccountStatementRetrieveParams params)
Returns a raw HTTP response for
get /account_statements/{account_statement_id}, but is otherwise the same as AccountStatementServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<AccountStatement>> retrieve(AccountStatementRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list()
Returns a raw HTTP response for
get /account_statements, but is otherwise the same as AccountStatementServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list(AccountStatementListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list(AccountStatementListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<AccountStatementListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-