| Package | Description |
|---|---|
| com.google.api.services.vault.v1 | |
| com.google.api.services.vault.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Vault.Matters.Exports.Create |
Vault.Matters.Exports.create(String matterId,
Export content)
Creates an export.
|
| Constructor and Description |
|---|
Create(String matterId,
Export content)
Creates an export.
|
| Modifier and Type | Method and Description |
|---|---|
Export |
Export.clone() |
Export |
Export.set(String fieldName,
Object value) |
Export |
Export.setCloudStorageSink(CloudStorageSink cloudStorageSink)
Output only.
|
Export |
Export.setCreateTime(String createTime)
Output only.
|
Export |
Export.setExportOptions(ExportOptions exportOptions)
Additional export options.
|
Export |
Export.setId(String id)
Output only.
|
Export |
Export.setMatterId(String matterId)
Output only.
|
Export |
Export.setName(String name)
The export name.
|
Export |
Export.setParentExportId(String parentExportId)
Output only.
|
Export |
Export.setQuery(Query query)
The query parameters used to create the export.
|
Export |
Export.setRequester(UserInfo requester)
Output only.
|
Export |
Export.setStats(ExportStats stats)
Output only.
|
Export |
Export.setStatus(String status)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Export> |
ListExportsResponse.getExports()
The list of exports.
|
| Modifier and Type | Method and Description |
|---|---|
ListExportsResponse |
ListExportsResponse.setExports(List<Export> exports)
The list of exports.
|
Copyright © 2011–2025 Google. All rights reserved.