Interface DateTimeCondition.Builder

  • Method Details

    • fieldName

      DateTimeCondition.Builder fieldName(String fieldName)

      A name of the datetime property to be searched

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

      DateTimeCondition.Builder minValue(String minValue)

      A minimum value of the property.

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

      DateTimeCondition.Builder maxValue(String maxValue)

      A maximum value of the property.

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

      DateTimeCondition.Builder comparisonType(String comparisonType)

      Datetime property comparison type.

      Parameters:
      comparisonType - Datetime property comparison type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparisonType

      DateTimeCondition.Builder comparisonType(DateTimeComparisonType comparisonType)

      Datetime property comparison type.

      Parameters:
      comparisonType - Datetime property comparison type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: