Package com.increase.api.services.async
Class BookkeepingAccountServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.BookkeepingAccountServiceAsync.WithRawResponse
public final class BookkeepingAccountServiceAsyncImpl.WithRawResponseImpl implements BookkeepingAccountServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<BookkeepingAccount>>create(BookkeepingAccountCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.create.CompletableFuture<HttpResponseFor<BookkeepingAccount>>update(BookkeepingAccountUpdateParams params, RequestOptions requestOptions)Returns a raw HTTP response for patch /bookkeeping_accounts/{bookkeeping_account_id}, but is otherwise the same as BookkeepingAccountServiceAsync.update.CompletableFuture<HttpResponseFor<BookkeepingAccountListPageAsync>>list(BookkeepingAccountListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.list.CompletableFuture<HttpResponseFor<BookkeepingBalanceLookup>>balance(BookkeepingAccountBalanceParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_accounts/{bookkeeping_account_id}/balance, but is otherwise the same as BookkeepingAccountServiceAsync.balance.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<BookkeepingAccount>> create(BookkeepingAccountCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.create.
-
update
CompletableFuture<HttpResponseFor<BookkeepingAccount>> update(BookkeepingAccountUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
patch /bookkeeping_accounts/{bookkeeping_account_id}, but is otherwise the same as BookkeepingAccountServiceAsync.update.
-
list
CompletableFuture<HttpResponseFor<BookkeepingAccountListPageAsync>> list(BookkeepingAccountListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.list.
-
balance
CompletableFuture<HttpResponseFor<BookkeepingBalanceLookup>> balance(BookkeepingAccountBalanceParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_accounts/{bookkeeping_account_id}/balance, but is otherwise the same as BookkeepingAccountServiceAsync.balance.
-
-
-
-