Interface NormalizedValue.Builder

    • Method Detail

      • value

        NormalizedValue.Builder value​(String value)

        The value of the date, written as Year-Month-DayTHour:Minute:Second.

        Parameters:
        value - The value of the date, written as Year-Month-DayTHour:Minute:Second.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • valueType

        NormalizedValue.Builder valueType​(String valueType)

        The normalized type of the value detected. In this case, DATE.

        Parameters:
        valueType - The normalized type of the value detected. In this case, DATE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ValueType, ValueType
      • valueType

        NormalizedValue.Builder valueType​(ValueType valueType)

        The normalized type of the value detected. In this case, DATE.

        Parameters:
        valueType - The normalized type of the value detected. In this case, DATE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ValueType, ValueType