exportFormat = $exportFormat; } /** * @return string */ public function getExportFormat() { return $this->exportFormat; } /** * @param bool */ public function setExportLinkedDriveFiles($exportLinkedDriveFiles) { $this->exportLinkedDriveFiles = $exportLinkedDriveFiles; } /** * @return bool */ public function getExportLinkedDriveFiles() { return $this->exportLinkedDriveFiles; } /** * @param bool */ public function setShowConfidentialModeContent($showConfidentialModeContent) { $this->showConfidentialModeContent = $showConfidentialModeContent; } /** * @return bool */ public function getShowConfidentialModeContent() { return $this->showConfidentialModeContent; } /** * @param bool */ public function setUseNewExport($useNewExport) { $this->useNewExport = $useNewExport; } /** * @return bool */ public function getUseNewExport() { return $this->useNewExport; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MailExportOptions::class, 'Google_Service_Vault_MailExportOptions');