Class BacktestServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.authRules.v2.BacktestServiceAsync
public final class BacktestServiceAsyncImpl implements BacktestServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBacktestServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BacktestServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BacktestServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<BacktestCreateResponse>create(AuthRuleV2BacktestCreateParams params, RequestOptions requestOptions)CompletableFuture<BacktestResults>retrieve(AuthRuleV2BacktestRetrieveParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
BacktestServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
BacktestServiceAsync 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<BacktestCreateResponse> create(AuthRuleV2BacktestCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<BacktestResults> retrieve(AuthRuleV2BacktestRetrieveParams params, RequestOptions requestOptions)
-
-
-
-