public final class Export
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 |
|---|
Export() |
| Modifier and Type | Method and Description |
|---|---|
Export |
clone() |
CloudStorageSink |
getCloudStorageSink()
Output only.
|
String |
getCreateTime()
Output only.
|
ExportOptions |
getExportOptions()
Additional export options.
|
String |
getId()
Output only.
|
String |
getMatterId()
Output only.
|
String |
getName()
The export name.
|
String |
getParentExportId()
Output only.
|
Query |
getQuery()
The query parameters used to create the export.
|
UserInfo |
getRequester()
Output only.
|
ExportStats |
getStats()
Output only.
|
String |
getStatus()
Output only.
|
Export |
set(String fieldName,
Object value) |
Export |
setCloudStorageSink(CloudStorageSink cloudStorageSink)
Output only.
|
Export |
setCreateTime(String createTime)
Output only.
|
Export |
setExportOptions(ExportOptions exportOptions)
Additional export options.
|
Export |
setId(String id)
Output only.
|
Export |
setMatterId(String matterId)
Output only.
|
Export |
setName(String name)
The export name.
|
Export |
setParentExportId(String parentExportId)
Output only.
|
Export |
setQuery(Query query)
The query parameters used to create the export.
|
Export |
setRequester(UserInfo requester)
Output only.
|
Export |
setStats(ExportStats stats)
Output only.
|
Export |
setStatus(String status)
Output only.
|
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 CloudStorageSink getCloudStorageSink()
null for nonepublic Export setCloudStorageSink(CloudStorageSink cloudStorageSink)
cloudStorageSink - cloudStorageSink or null for nonepublic String getCreateTime()
null for nonepublic Export setCreateTime(String createTime)
createTime - createTime or null for nonepublic ExportOptions getExportOptions()
null for nonepublic Export setExportOptions(ExportOptions exportOptions)
exportOptions - exportOptions or null for nonepublic String getId()
null for nonepublic Export setId(String id)
id - id or null for nonepublic String getMatterId()
null for nonepublic Export setMatterId(String matterId)
matterId - matterId or null for nonepublic String getName()
null for nonepublic Export setName(String name)
name - name or null for nonepublic String getParentExportId()
null for nonepublic Export setParentExportId(String parentExportId)
parentExportId - parentExportId or null for nonepublic Query getQuery()
null for nonepublic Export setQuery(Query query)
query - query or null for nonepublic UserInfo getRequester()
null for nonepublic Export setRequester(UserInfo requester)
requester - requester or null for nonepublic ExportStats getStats()
null for nonepublic Export setStats(ExportStats stats)
stats - stats or null for nonepublic String getStatus()
null for nonepublic Export setStatus(String status)
status - status or null for nonepublic Export set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Export clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.