public static interface WhatIfRangeScenario.Builder extends SdkPojo, CopyableBuilder<WhatIfRangeScenario.Builder,WhatIfRangeScenario>
| Modifier and Type | Method and Description |
|---|---|
WhatIfRangeScenario.Builder |
endDate(Instant endDate)
The end date in the date range that you need the forecast results for.
|
WhatIfRangeScenario.Builder |
startDate(Instant startDate)
The start date in the date range that you need the forecast results for.
|
WhatIfRangeScenario.Builder |
value(Double value)
The target value that you want to meet for the provided date range.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWhatIfRangeScenario.Builder startDate(Instant startDate)
The start date in the date range that you need the forecast results for.
startDate - The start date in the date range that you need the forecast results for.WhatIfRangeScenario.Builder endDate(Instant endDate)
The end date in the date range that you need the forecast results for.
endDate - The end date in the date range that you need the forecast results for.WhatIfRangeScenario.Builder value(Double value)
The target value that you want to meet for the provided date range.
value - The target value that you want to meet for the provided date range.Copyright © 2023. All rights reserved.