Class StartArchiveExportRequest

    • Method Detail

      • archiveId

        public final String archiveId()

        The identifier of the archive to export emails from.

        Returns:
        The identifier of the archive to export emails from.
      • exportDestinationConfiguration

        public final ExportDestinationConfiguration exportDestinationConfiguration()

        Details on where to deliver the exported email data.

        Returns:
        Details on where to deliver the exported email data.
      • filters

        public final ArchiveFilters filters()

        Criteria to filter which emails are included in the export.

        Returns:
        Criteria to filter which emails are included in the export.
      • fromTimestamp

        public final Instant fromTimestamp()

        The start of the timestamp range to include emails from.

        Returns:
        The start of the timestamp range to include emails from.
      • maxResults

        public final Integer maxResults()

        The maximum number of email items to include in the export.

        Returns:
        The maximum number of email items to include in the export.
      • toTimestamp

        public final Instant toTimestamp()

        The end of the timestamp range to include emails from.

        Returns:
        The end of the timestamp range to include emails from.
      • 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