Interface IntegerCriteriaCondition.Builder

  • Method Details

    • comparison

      IntegerCriteriaCondition.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

      The list of integer values to compare against using the specified comparison operator.

      Parameters:
      values - The list of integer values to compare against using the specified comparison operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The list of integer values to compare against using the specified comparison operator.

      Parameters:
      values - The list of integer values to compare against using the specified comparison operator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.