Interface DateFilter.Builder

    • Method Detail

      • start

        DateFilter.Builder start​(String start)

        A timestamp that provides the start date for the date filter.

        A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.

        Parameters:
        start - A timestamp that provides the start date for the date filter.

        A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • end

        DateFilter.Builder end​(String end)

        A timestamp that provides the end date for the date filter.

        A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.

        Parameters:
        end - A timestamp that provides the end date for the date filter.

        A correctly formatted example is 2020-05-21T20:16:34.724Z. The value cannot contain spaces, and date and time should be separated by T. For more information, see RFC 3339 section 5.6, Internet Date/Time Format.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dateRange

        DateFilter.Builder dateRange​(DateRange dateRange)

        A date range for the date filter.

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