Package com.lithic.api.services.blocking
Class AggregateBalanceServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.AggregateBalanceService.WithRawResponse
public final class AggregateBalanceServiceImpl.WithRawResponseImpl implements AggregateBalanceService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AggregateBalanceService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<AggregateBalanceListPage>list(AggregateBalanceListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
AggregateBalanceService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
HttpResponseFor<AggregateBalanceListPage> list(AggregateBalanceListParams params, RequestOptions requestOptions)
-
-
-
-