Interface BookkeepingAccountServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface BookkeepingAccountServiceAsync.WithRawResponseA view of BookkeepingAccountServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract CompletableFuture<HttpResponseFor<BookkeepingAccount>>create(BookkeepingAccountCreateParams params)Returns a raw HTTP response for post /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.create.abstract 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.abstract CompletableFuture<HttpResponseFor<BookkeepingAccount>>update(BookkeepingAccountUpdateParams params)Returns a raw HTTP response for patch /bookkeeping_accounts/{bookkeeping_account_id}, but is otherwise the same as BookkeepingAccountServiceAsync.update.abstract 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.abstract CompletableFuture<HttpResponseFor<BookkeepingAccountListPageAsync>>list(BookkeepingAccountListParams params)Returns a raw HTTP response for get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.list.abstract CompletableFuture<HttpResponseFor<BookkeepingAccountListPageAsync>>list()Returns a raw HTTP response for get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.list.CompletableFuture<HttpResponseFor<BookkeepingAccountListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.list.abstract 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.abstract CompletableFuture<HttpResponseFor<BookkeepingBalanceLookup>>balance(BookkeepingAccountBalanceParams params)Returns a raw HTTP response for get /bookkeeping_accounts/{bookkeeping_account_id}/balance, but is otherwise the same as BookkeepingAccountServiceAsync.balance.-
-
Method Detail
-
create
abstract 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.
-
create
abstract CompletableFuture<HttpResponseFor<BookkeepingAccount>> create(BookkeepingAccountCreateParams params)
Returns a raw HTTP response for
post /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.create.
-
update
abstract 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.
-
update
abstract CompletableFuture<HttpResponseFor<BookkeepingAccount>> update(BookkeepingAccountUpdateParams params)
Returns a raw HTTP response for
patch /bookkeeping_accounts/{bookkeeping_account_id}, but is otherwise the same as BookkeepingAccountServiceAsync.update.
-
list
abstract 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.
-
list
abstract CompletableFuture<HttpResponseFor<BookkeepingAccountListPageAsync>> list(BookkeepingAccountListParams params)
Returns a raw HTTP response for
get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<BookkeepingAccountListPageAsync>> list()
Returns a raw HTTP response for
get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<BookkeepingAccountListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /bookkeeping_accounts, but is otherwise the same as BookkeepingAccountServiceAsync.list.
-
balance
abstract 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.
-
balance
abstract CompletableFuture<HttpResponseFor<BookkeepingBalanceLookup>> balance(BookkeepingAccountBalanceParams params)
Returns a raw HTTP response for
get /bookkeeping_accounts/{bookkeeping_account_id}/balance, but is otherwise the same as BookkeepingAccountServiceAsync.balance.
-
-
-
-