Interface StringCondition.Builder

  • Method Details

    • 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

      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:
    • comparisonType

      StringCondition.Builder comparisonType(StringComparisonType 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: