Interface ActiveTimeRange.Builder

    • Method Detail

      • activeAfterInclusive

        ActiveTimeRange.Builder activeAfterInclusive​(Instant activeAfterInclusive)

        The inclusive time range start date.

        Parameters:
        activeAfterInclusive - The inclusive time range start date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activeBeforeInclusive

        ActiveTimeRange.Builder activeBeforeInclusive​(Instant activeBeforeInclusive)

        The inclusive time range end date.

        Parameters:
        activeBeforeInclusive - The inclusive time range end date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.