Class BacktestServiceImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.authRules.v2.BacktestService
public final class BacktestServiceImpl implements BacktestService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBacktestServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description BacktestService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. BacktestServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. BacktestCreateResponsecreate(AuthRuleV2BacktestCreateParams params, RequestOptions requestOptions)BacktestResultsretrieve(AuthRuleV2BacktestRetrieveParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
BacktestService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
BacktestService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
BacktestCreateResponse create(AuthRuleV2BacktestCreateParams params, RequestOptions requestOptions)
-
retrieve
BacktestResults retrieve(AuthRuleV2BacktestRetrieveParams params, RequestOptions requestOptions)
-
-
-
-