public static interface ForecastScenario.Builder extends SdkPojo, CopyableBuilder<ForecastScenario.Builder,ForecastScenario>
| Modifier and Type | Method and Description |
|---|---|
default ForecastScenario.Builder |
whatIfPointScenario(Consumer<WhatIfPointScenario.Builder> whatIfPointScenario)
The what-if analysis forecast setup with the target date.
|
ForecastScenario.Builder |
whatIfPointScenario(WhatIfPointScenario whatIfPointScenario)
The what-if analysis forecast setup with the target date.
|
default ForecastScenario.Builder |
whatIfRangeScenario(Consumer<WhatIfRangeScenario.Builder> whatIfRangeScenario)
The what-if analysis forecast setup with the date range.
|
ForecastScenario.Builder |
whatIfRangeScenario(WhatIfRangeScenario whatIfRangeScenario)
The what-if analysis forecast setup with the date range.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildForecastScenario.Builder whatIfPointScenario(WhatIfPointScenario whatIfPointScenario)
The what-if analysis forecast setup with the target date.
whatIfPointScenario - The what-if analysis forecast setup with the target date.default ForecastScenario.Builder whatIfPointScenario(Consumer<WhatIfPointScenario.Builder> whatIfPointScenario)
The what-if analysis forecast setup with the target date.
This is a convenience method that creates an instance of theWhatIfPointScenario.Builder avoiding the
need to create one manually via WhatIfPointScenario.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to whatIfPointScenario(WhatIfPointScenario).
whatIfPointScenario - a consumer that will call methods on WhatIfPointScenario.BuilderwhatIfPointScenario(WhatIfPointScenario)ForecastScenario.Builder whatIfRangeScenario(WhatIfRangeScenario whatIfRangeScenario)
The what-if analysis forecast setup with the date range.
whatIfRangeScenario - The what-if analysis forecast setup with the date range.default ForecastScenario.Builder whatIfRangeScenario(Consumer<WhatIfRangeScenario.Builder> whatIfRangeScenario)
The what-if analysis forecast setup with the date range.
This is a convenience method that creates an instance of theWhatIfRangeScenario.Builder avoiding the
need to create one manually via WhatIfRangeScenario.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to whatIfRangeScenario(WhatIfRangeScenario).
whatIfRangeScenario - a consumer that will call methods on WhatIfRangeScenario.BuilderwhatIfRangeScenario(WhatIfRangeScenario)Copyright © 2023. All rights reserved.