public final class MailExportOptions
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Vault API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MailExportOptions() |
| Modifier and Type | Method and Description |
|---|---|
MailExportOptions |
clone() |
String |
getExportFormat()
The file format for exported messages.
|
Boolean |
getExportLinkedDriveFiles()
Optional.
|
Boolean |
getShowConfidentialModeContent()
To export confidential mode content, set to **true**.
|
Boolean |
getUseNewExport()
To use the new export system, set to **true**.
|
MailExportOptions |
set(String fieldName,
Object value) |
MailExportOptions |
setExportFormat(String exportFormat)
The file format for exported messages.
|
MailExportOptions |
setExportLinkedDriveFiles(Boolean exportLinkedDriveFiles)
Optional.
|
MailExportOptions |
setShowConfidentialModeContent(Boolean showConfidentialModeContent)
To export confidential mode content, set to **true**.
|
MailExportOptions |
setUseNewExport(Boolean useNewExport)
To use the new export system, set to **true**.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getExportFormat()
null for nonepublic MailExportOptions setExportFormat(String exportFormat)
exportFormat - exportFormat or null for nonepublic Boolean getExportLinkedDriveFiles()
null for nonepublic MailExportOptions setExportLinkedDriveFiles(Boolean exportLinkedDriveFiles)
exportLinkedDriveFiles - exportLinkedDriveFiles or null for nonepublic Boolean getShowConfidentialModeContent()
null for nonepublic MailExportOptions setShowConfidentialModeContent(Boolean showConfidentialModeContent)
showConfidentialModeContent - showConfidentialModeContent or null for nonepublic Boolean getUseNewExport()
null for nonepublic MailExportOptions setUseNewExport(Boolean useNewExport)
useNewExport - useNewExport or null for nonepublic MailExportOptions set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic MailExportOptions clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.