Interface DateRangeType.Builder

    • Method Detail

      • startValue

        DateRangeType.Builder startValue​(Instant startValue)

        Timestamp range start value (in epochs)

        Parameters:
        startValue - Timestamp range start value (in epochs)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endValue

        DateRangeType.Builder endValue​(Instant endValue)

        Timestamp range end value (in epochs).

        Parameters:
        endValue - Timestamp range end value (in epochs).
        Returns:
        Returns a reference to this object so that method calls can be chained together.