Interface WhatIfPointScenario.Builder

    • Method Detail

      • date

        WhatIfPointScenario.Builder date​(Instant date)

        The date that you need the forecast results for.

        Parameters:
        date - The date that you need the forecast results for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        WhatIfPointScenario.Builder value​(Double value)

        The target value that you want to meet for the provided date.

        Parameters:
        value - The target value that you want to meet for the provided date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.