Class AggregateBalanceServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.cards.AggregateBalanceServiceAsync
public final class AggregateBalanceServiceAsyncImpl implements AggregateBalanceServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAggregateBalanceServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AggregateBalanceServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AggregateBalanceServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<CardAggregateBalanceListPageAsync>list(CardAggregateBalanceListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
AggregateBalanceServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
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<CardAggregateBalanceListPageAsync> list(CardAggregateBalanceListParams params, RequestOptions requestOptions)
-
-
-
-