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