Class SplitServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.marketdata.stocks.SplitServiceAsync.WithRawResponse
public final class SplitServiceAsyncImpl.WithRawResponseImpl implements SplitServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SplitServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<List<StockSplit>>>list(SplitListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<List<StockSplit>>>listForStock(SplitListForStockParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.marketdata.stocks.SplitServiceAsync.WithRawResponse
list, list, list, listForStock, listForStock, listForStock, listForStock, listForStock -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
SplitServiceAsync.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<List<StockSplit>>> list(SplitListParams params, RequestOptions requestOptions)
-
listForStock
CompletableFuture<HttpResponseFor<List<StockSplit>>> listForStock(SplitListForStockParams params, RequestOptions requestOptions)
-
-
-
-