Class GetArchiveSearchResponse

    • Method Detail

      • archiveId

        public final String archiveId()

        The identifier of the archive the email search was performed in.

        Returns:
        The identifier of the archive the email search was performed in.
      • filters

        public final ArchiveFilters filters()

        The criteria used to filter emails included in the search.

        Returns:
        The criteria used to filter emails included in the search.
      • fromTimestamp

        public final Instant fromTimestamp()

        The start timestamp of the range the searched emails cover.

        Returns:
        The start timestamp of the range the searched emails cover.
      • maxResults

        public final Integer maxResults()

        The maximum number of search results to return.

        Returns:
        The maximum number of search results to return.
      • status

        public final SearchStatus status()

        The current status of the search job.

        Returns:
        The current status of the search job.
      • toTimestamp

        public final Instant toTimestamp()

        The end timestamp of the range the searched emails cover.

        Returns:
        The end timestamp of the range the searched emails cover.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object