Interface PlatformInput.Builder

  • Method Details

    • comparisonOperator

      PlatformInput.Builder comparisonOperator(String comparisonOperator)

      The ComparisonOperator to use with PlatformInput.

      Parameters:
      comparisonOperator - The ComparisonOperator to use with PlatformInput.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparisonOperator

      PlatformInput.Builder comparisonOperator(ComparisonOperator comparisonOperator)

      The ComparisonOperator to use with PlatformInput.

      Parameters:
      comparisonOperator - The ComparisonOperator to use with PlatformInput.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      The value of the platform.

      Parameters:
      value - The value of the platform.
      Returns:
      Returns a reference to this object so that method calls can be chained together.