Interface NormalizedValue.Builder

  • Method Details

    • 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

      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: