Class AlloyServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.marketdata.AlloyServiceAsync.WithRawResponse
public final class AlloyServiceAsyncImpl.WithRawResponseImpl implements AlloyServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AlloyServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<AlloyListResponse>>list(AlloyListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AlloyRetrieveCurrentPriceResponse>>retrieveCurrentPrice(AlloyRetrieveCurrentPriceParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<List<AlloyRetrieveHistoricalPricesResponse>>>retrieveHistoricalPrices(AlloyRetrieveHistoricalPricesParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.marketdata.AlloyServiceAsync.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
AlloyServiceAsync.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
CompletableFuture<HttpResponseFor<AlloyListResponse>> list(AlloyListParams params, RequestOptions requestOptions)
-
retrieveCurrentPrice
CompletableFuture<HttpResponseFor<AlloyRetrieveCurrentPriceResponse>> retrieveCurrentPrice(AlloyRetrieveCurrentPriceParams params, RequestOptions requestOptions)
-
retrieveHistoricalPrices
CompletableFuture<HttpResponseFor<List<AlloyRetrieveHistoricalPricesResponse>>> retrieveHistoricalPrices(AlloyRetrieveHistoricalPricesParams params, RequestOptions requestOptions)
-
-
-
-