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