Package com.lithic.api.services.async
Interface AggregateBalanceServiceAsync
-
- All Implemented Interfaces:
public interface AggregateBalanceServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceAggregateBalanceServiceAsync.WithRawResponseA view of AggregateBalanceServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract AggregateBalanceServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract AggregateBalanceServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<AggregateBalanceListPageAsync>list()Get the aggregated balance across all end-user accounts by financial account type abstract CompletableFuture<AggregateBalanceListPageAsync>list(AggregateBalanceListParams params, RequestOptions requestOptions)CompletableFuture<AggregateBalanceListPageAsync>list(AggregateBalanceListParams params)CompletableFuture<AggregateBalanceListPageAsync>list(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract AggregateBalanceServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract AggregateBalanceServiceAsync 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<AggregateBalanceListPageAsync> list()
Get the aggregated balance across all end-user accounts by financial account type
-
list
abstract CompletableFuture<AggregateBalanceListPageAsync> list(AggregateBalanceListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<AggregateBalanceListPageAsync> list(RequestOptions requestOptions)
-
-
-
-