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