Interface DateCondition.Builder

    • Method Detail

      • fieldName

        DateCondition.Builder fieldName​(String fieldName)

        An object to specify the hours of operation override date field.

        Parameters:
        fieldName - An object to specify the hours of operation override date field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        DateCondition.Builder value​(String value)

        An object to specify the hours of operation override date value.

        Parameters:
        value - An object to specify the hours of operation override date value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • comparisonType

        DateCondition.Builder comparisonType​(String comparisonType)

        An object to specify the hours of operation override date condition comparisonType.

        Parameters:
        comparisonType - An object to specify the hours of operation override date condition comparisonType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DateComparisonType, DateComparisonType
      • comparisonType

        DateCondition.Builder comparisonType​(DateComparisonType comparisonType)

        An object to specify the hours of operation override date condition comparisonType.

        Parameters:
        comparisonType - An object to specify the hours of operation override date condition comparisonType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DateComparisonType, DateComparisonType