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
-
-
Method Detail
-
withOptions
abstract BookkeepingAccountServiceAsync.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<BookkeepingAccount>> create(BookkeepingAccountCreateParams params)
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, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BookkeepingAccount>> update(String bookkeepingAccountId, BookkeepingAccountUpdateParams params)
Returns a raw HTTP response for
patch /bookkeeping_accounts/{bookkeeping_account_id}, but is otherwise the same as BookkeepingAccountServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<BookkeepingAccount>> update(String bookkeepingAccountId, BookkeepingAccountUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BookkeepingAccount>> update(BookkeepingAccountUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<BookkeepingAccount>> update(BookkeepingAccountUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BookkeepingAccountListPageAsync>> list()
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, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BookkeepingAccountListPageAsync>> list(BookkeepingAccountListParams params)
-
list
CompletableFuture<HttpResponseFor<BookkeepingAccountListPageAsync>> list(RequestOptions requestOptions)
-
balance
CompletableFuture<HttpResponseFor<BookkeepingBalanceLookup>> balance(String bookkeepingAccountId)
Returns a raw HTTP response for
get /bookkeeping_accounts/{bookkeeping_account_id}/balance, but is otherwise the same as BookkeepingAccountServiceAsync.balance.
-
balance
CompletableFuture<HttpResponseFor<BookkeepingBalanceLookup>> balance(String bookkeepingAccountId, BookkeepingAccountBalanceParams params, RequestOptions requestOptions)
-
balance
CompletableFuture<HttpResponseFor<BookkeepingBalanceLookup>> balance(String bookkeepingAccountId, BookkeepingAccountBalanceParams params)
-
balance
abstract CompletableFuture<HttpResponseFor<BookkeepingBalanceLookup>> balance(BookkeepingAccountBalanceParams params, RequestOptions requestOptions)
-
balance
CompletableFuture<HttpResponseFor<BookkeepingBalanceLookup>> balance(BookkeepingAccountBalanceParams params)
-
balance
CompletableFuture<HttpResponseFor<BookkeepingBalanceLookup>> balance(String bookkeepingAccountId, RequestOptions requestOptions)
-
-
-
-