Class ActivityServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.ActivityServiceAsync
public final class ActivityServiceAsyncImpl implements ActivityServiceAsync
Accountsrepresent the financial accounts of anEntity.Orders, dividends, and other transactions are associated with anAccount.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classActivityServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ActivityServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. ActivityServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Void>retrieveBrokerage(ActivityRetrieveBrokerageParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.ActivityServiceAsync
retrieveBrokerage, retrieveBrokerage, retrieveBrokerage, retrieveBrokerage, retrieveBrokerage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
ActivityServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
ActivityServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieveBrokerage
CompletableFuture<Void> retrieveBrokerage(ActivityRetrieveBrokerageParams params, RequestOptions requestOptions)
-
-
-
-