Interface DateRangeFilter.Builder

    • Method Detail

      • startDateTime

        DateRangeFilter.Builder startDateTime​(Instant startDateTime)

        A timestamp indicating the start date for the date range filter.

        Parameters:
        startDateTime - A timestamp indicating the start date for the date range filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDateTime

        DateRangeFilter.Builder endDateTime​(Instant endDateTime)

        A timestamp indicating the end date for the date range filter.

        Parameters:
        endDateTime - A timestamp indicating the end date for the date range filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.