Package com.lithic.api.services.async
Interface BalanceServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface BalanceServiceAsync.WithRawResponseA view of BalanceServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract BalanceServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<BalanceListPageAsync>>list()Returns a raw HTTP response for get /v1/balances, but is otherwise the same as BalanceServiceAsync.list.abstract CompletableFuture<HttpResponseFor<BalanceListPageAsync>>list(BalanceListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BalanceListPageAsync>>list(BalanceListParams params)CompletableFuture<HttpResponseFor<BalanceListPageAsync>>list(RequestOptions requestOptions)-
-
Method Detail
-
withOptions
abstract BalanceServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<HttpResponseFor<BalanceListPageAsync>> list()
Returns a raw HTTP response for
get /v1/balances, but is otherwise the same as BalanceServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<BalanceListPageAsync>> list(BalanceListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<BalanceListPageAsync>> list(BalanceListParams params)
-
list
CompletableFuture<HttpResponseFor<BalanceListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-