Package com.lithic.api.services.blocking
Interface AggregateBalanceService.WithRawResponse
-
- All Implemented Interfaces:
public interface AggregateBalanceService.WithRawResponseA view of AggregateBalanceService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract AggregateBalanceService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<AggregateBalanceListPage>list()Returns a raw HTTP response for get /v1/aggregate_balances, but is otherwise the same as AggregateBalanceService.list.abstract HttpResponseFor<AggregateBalanceListPage>list(AggregateBalanceListParams params, RequestOptions requestOptions)HttpResponseFor<AggregateBalanceListPage>list(AggregateBalanceListParams params)HttpResponseFor<AggregateBalanceListPage>list(RequestOptions requestOptions)-
-
Method Detail
-
withOptions
abstract 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
@MustBeClosed() HttpResponseFor<AggregateBalanceListPage> list()
Returns a raw HTTP response for
get /v1/aggregate_balances, but is otherwise the same as AggregateBalanceService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<AggregateBalanceListPage> list(AggregateBalanceListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<AggregateBalanceListPage> list(AggregateBalanceListParams params)
-
list
@MustBeClosed() HttpResponseFor<AggregateBalanceListPage> list(RequestOptions requestOptions)
-
-
-
-