Class GetArchiveExportResponse

    • Method Detail

      • archiveId

        public final String archiveId()

        The identifier of the archive the email export was performed from.

        Returns:
        The identifier of the archive the email export was performed from.
      • exportDestinationConfiguration

        public final ExportDestinationConfiguration exportDestinationConfiguration()

        Where the exported emails are being delivered.

        Returns:
        Where the exported emails are being delivered.
      • filters

        public final ArchiveFilters filters()

        The criteria used to filter emails included in the export.

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

        public final Instant fromTimestamp()

        The start of the timestamp range the exported emails cover.

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

        public final Integer maxResults()

        The maximum number of email items included in the export.

        Returns:
        The maximum number of email items included in the export.
      • status

        public final ExportStatus status()

        The current status of the export job.

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

        public final Instant toTimestamp()

        The end of the date range the exported emails cover.

        Returns:
        The end of the date range the exported 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