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 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
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<AggregateBalanceListPageAsync>> list()
Returns a raw HTTP response for
get /v1/aggregate_balances, but is otherwise the same as AggregateBalanceServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<AggregateBalanceListPageAsync>> list(AggregateBalanceListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<AggregateBalanceListPageAsync>> list(AggregateBalanceListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<AggregateBalanceListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-