Class AlloyServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.marketdata.AlloyService.WithRawResponse
public final class AlloyServiceImpl.WithRawResponseImpl implements AlloyService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AlloyService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<AlloyListResponse>list(AlloyListParams params, RequestOptions requestOptions)HttpResponseFor<AlloyRetrieveCurrentPriceResponse>retrieveCurrentPrice(AlloyRetrieveCurrentPriceParams params, RequestOptions requestOptions)HttpResponseFor<List<AlloyRetrieveHistoricalPricesResponse>>retrieveHistoricalPrices(AlloyRetrieveHistoricalPricesParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.blocking.v2.marketdata.AlloyService.WithRawResponse
list, list, list, retrieveCurrentPrice, retrieveCurrentPrice, retrieveCurrentPrice, retrieveCurrentPrice, retrieveCurrentPrice, retrieveHistoricalPrices, retrieveHistoricalPrices, retrieveHistoricalPrices -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
AlloyService.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<AlloyListResponse> list(AlloyListParams params, RequestOptions requestOptions)
-
retrieveCurrentPrice
HttpResponseFor<AlloyRetrieveCurrentPriceResponse> retrieveCurrentPrice(AlloyRetrieveCurrentPriceParams params, RequestOptions requestOptions)
-
retrieveHistoricalPrices
HttpResponseFor<List<AlloyRetrieveHistoricalPricesResponse>> retrieveHistoricalPrices(AlloyRetrieveHistoricalPricesParams params, RequestOptions requestOptions)
-
-
-
-