Interface InterpolationParameters.Builder

  • Method Details

    • interpolationType

      InterpolationParameters.Builder interpolationType(String interpolationType)

      The interpolation type.

      Parameters:
      interpolationType - The interpolation type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • interpolationType

      InterpolationParameters.Builder interpolationType(InterpolationType interpolationType)

      The interpolation type.

      Parameters:
      interpolationType - The interpolation type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • intervalInSeconds

      InterpolationParameters.Builder intervalInSeconds(Long intervalInSeconds)

      The interpolation time interval in seconds.

      Parameters:
      intervalInSeconds - The interpolation time interval in seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.