Class BacktestServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.authRules.v2.BacktestServiceAsync.WithRawResponse
public final class BacktestServiceAsyncImpl.WithRawResponseImpl implements BacktestServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BacktestServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<BacktestCreateResponse>>create(AuthRuleV2BacktestCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BacktestResults>>retrieve(AuthRuleV2BacktestRetrieveParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.authRules.v2.BacktestServiceAsync.WithRawResponse
create, create, create, create, create, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
BacktestServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<BacktestCreateResponse>> create(AuthRuleV2BacktestCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BacktestResults>> retrieve(AuthRuleV2BacktestRetrieveParams params, RequestOptions requestOptions)
-
-
-
-