Package com.lithic.api.models
Class AuthRuleV2BacktestCreateParams.BacktestRequest.Builder
-
- All Implemented Interfaces:
public final class AuthRuleV2BacktestCreateParams.BacktestRequest.BuilderA builder for BacktestRequest.
-
-
Method Summary
-
-
Method Detail
-
end
final AuthRuleV2BacktestCreateParams.BacktestRequest.Builder end(OffsetDateTime end)
The end time of the backtest.
-
end
final AuthRuleV2BacktestCreateParams.BacktestRequest.Builder end(JsonField<OffsetDateTime> end)
Sets Builder.end to an arbitrary JSON value.
You should usually call Builder.end with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
start
final AuthRuleV2BacktestCreateParams.BacktestRequest.Builder start(OffsetDateTime start)
The start time of the backtest.
-
start
final AuthRuleV2BacktestCreateParams.BacktestRequest.Builder start(JsonField<OffsetDateTime> start)
Sets Builder.start to an arbitrary JSON value.
You should usually call Builder.start with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuthRuleV2BacktestCreateParams.BacktestRequest.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuthRuleV2BacktestCreateParams.BacktestRequest.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuthRuleV2BacktestCreateParams.BacktestRequest.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuthRuleV2BacktestCreateParams.BacktestRequest.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuthRuleV2BacktestCreateParams.BacktestRequest.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuthRuleV2BacktestCreateParams.BacktestRequest build()
Returns an immutable instance of BacktestRequest.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-