Interface StringCriteriaCondition.Builder

  • Method Details

    • comparison

      StringCriteriaCondition.Builder comparison(String comparison)

      The comparison operator used to evaluate the string criteria, such as equals, not equals, or contains.

      Parameters:
      comparison - The comparison operator used to evaluate the string criteria, such as equals, not equals, or contains.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparison

      The comparison operator used to evaluate the string criteria, such as equals, not equals, or contains.

      Parameters:
      comparison - The comparison operator used to evaluate the string criteria, such as equals, not equals, or contains.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      List of string values to compare against when applying the criteria condition.

      Parameters:
      values - List of string values to compare against when applying the criteria condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      List of string values to compare against when applying the criteria condition.

      Parameters:
      values - List of string values to compare against when applying the criteria condition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.