Interface DateFilter.Builder

    • Method Detail

      • endInclusive

        DateFilter.Builder endInclusive​(Instant endInclusive)

        A timestamp representing the end of the time period filtered on.

        Parameters:
        endInclusive - A timestamp representing the end of the time period filtered on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startInclusive

        DateFilter.Builder startInclusive​(Instant startInclusive)

        A timestamp representing the start of the time period filtered on.

        Parameters:
        startInclusive - A timestamp representing the start of the time period filtered on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.