Interface StringCondition.Builder

    • Method Detail

      • fieldName

        StringCondition.Builder fieldName​(String fieldName)

        The name of the field in the string condition.

        Parameters:
        fieldName - The name of the field in the string condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        StringCondition.Builder value​(String value)

        The value of the string.

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

        StringCondition.Builder comparisonType​(String comparisonType)

        The type of comparison to be made when evaluating the string condition.

        Parameters:
        comparisonType - The type of comparison to be made when evaluating the string condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StringComparisonType, StringComparisonType