Interface DecimalCondition.Builder

  • Method Details

    • fieldName

      DecimalCondition.Builder fieldName(String fieldName)

      A name of the decimal property to be searched.

      Parameters:
      fieldName - A name of the decimal property to be searched.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minValue

      DecimalCondition.Builder minValue(Double minValue)

      A minimum value of the decimal property.

      Parameters:
      minValue - A minimum value of the decimal property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxValue

      DecimalCondition.Builder maxValue(Double maxValue)

      A maximum value of the decimal property.

      Parameters:
      maxValue - A maximum value of the decimal property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comparisonType

      DecimalCondition.Builder comparisonType(String comparisonType)

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

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

      DecimalCondition.Builder comparisonType(DecimalComparisonType comparisonType)

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

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