Interface PlatformInput.Builder

    • Method Detail

      • 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, ComparisonOperator
      • 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:
        ComparisonOperator, ComparisonOperator
      • value

        PlatformInput.Builder value​(String 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.