public class Vault.Matters.Exports extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Vault.Matters.Exports.Create |
class |
Vault.Matters.Exports.Delete |
class |
Vault.Matters.Exports.Get |
class |
Vault.Matters.Exports.List |
| Constructor and Description |
|---|
Exports() |
| Modifier and Type | Method and Description |
|---|---|
Vault.Matters.Exports.Create |
create(String matterId,
Export content)
Creates an export.
|
Vault.Matters.Exports.Delete |
delete(String matterId,
String exportId)
Deletes an export.
|
Vault.Matters.Exports.Get |
get(String matterId,
String exportId)
Gets an export.
|
Vault.Matters.Exports.List |
list(String matterId)
Lists details about the exports in the specified matter.
|
public Vault.Matters.Exports.Create create(String matterId, Export content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.content - the ExportIOExceptionpublic Vault.Matters.Exports.Delete delete(String matterId, String exportId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.exportId - The export ID.IOExceptionpublic Vault.Matters.Exports.Get get(String matterId, String exportId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.exportId - The export ID.IOExceptionpublic Vault.Matters.Exports.List list(String matterId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.IOExceptionCopyright © 2011–2025 Google. All rights reserved.