Interface StringCriteriaCondition.Builder

  • Method Details

    • comparison

      StringCriteriaCondition.Builder comparison(String comparison)

      The comparison operator used to evaluate the attribute against the specified values.

      Parameters:
      comparison - The comparison operator used to evaluate the attribute against the specified values.
      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 attribute against the specified values.

      Parameters:
      comparison - The comparison operator used to evaluate the attribute against the specified values.
      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.