Class SplitServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.marketdata.stocks.SplitServiceAsync
public final class SplitServiceAsyncImpl implements SplitServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSplitServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description SplitServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. SplitServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<List<StockSplit>>list(SplitListParams params, RequestOptions requestOptions)CompletableFuture<List<StockSplit>>listForStock(SplitListForStockParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.marketdata.stocks.SplitServiceAsync
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
-
withRawResponse
SplitServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
SplitServiceAsync 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<List<StockSplit>> list(SplitListParams params, RequestOptions requestOptions)
-
listForStock
CompletableFuture<List<StockSplit>> listForStock(SplitListForStockParams params, RequestOptions requestOptions)
-
-
-
-