Interface CoverageDateFilter.Builder

    • Method Detail

      • endInclusive

        CoverageDateFilter.Builder endInclusive​(Instant endInclusive)

        A timestamp representing the end of the time period to filter results by.

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

        CoverageDateFilter.Builder startInclusive​(Instant startInclusive)

        A timestamp representing the start of the time period to filter results by.

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