Interface FilterTimestamp.Builder

    • Method Detail

      • afterTimestamp

        FilterTimestamp.Builder afterTimestamp​(Instant afterTimestamp)

        Include results after this timestamp.

        Parameters:
        afterTimestamp - Include results after this timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • beforeTimestamp

        FilterTimestamp.Builder beforeTimestamp​(Instant beforeTimestamp)

        Include results before this timestamp.

        Parameters:
        beforeTimestamp - Include results before this timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.