Class ActivityServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.ActivityServiceAsync.WithRawResponse
public final class ActivityServiceAsyncImpl.WithRawResponseImpl implements ActivityServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ActivityServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponse>retrieveBrokerage(ActivityRetrieveBrokerageParams params, RequestOptions requestOptions)-
Methods inherited from class com.dinari.api.services.async.v2.accounts.ActivityServiceAsync.WithRawResponse
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
-
withOptions
ActivityServiceAsync.WithRawResponse 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<HttpResponse> retrieveBrokerage(ActivityRetrieveBrokerageParams params, RequestOptions requestOptions)
-
-
-
-