Interface ImportFilter.Builder

    • Method Detail

      • startEventTime

        ImportFilter.Builder startEventTime​(Long startEventTime)

        The start of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

        Parameters:
        startEventTime - The start of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endEventTime

        ImportFilter.Builder endEventTime​(Long endEventTime)

        The end of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

        Parameters:
        endEventTime - The end of the time range for events to import, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.