Class BacktestServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.authRules.v2.BacktestService.WithRawResponse
public final class BacktestServiceImpl.WithRawResponseImpl implements BacktestService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BacktestService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<BacktestCreateResponse>create(AuthRuleV2BacktestCreateParams params, RequestOptions requestOptions)HttpResponseFor<BacktestResults>retrieve(AuthRuleV2BacktestRetrieveParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.blocking.authRules.v2.BacktestService.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
BacktestService.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
HttpResponseFor<BacktestCreateResponse> create(AuthRuleV2BacktestCreateParams params, RequestOptions requestOptions)
-
retrieve
HttpResponseFor<BacktestResults> retrieve(AuthRuleV2BacktestRetrieveParams params, RequestOptions requestOptions)
-
-
-
-