| Modifier and Type | Class and Description |
|---|---|
class |
Vault.Matters.AddPermissions |
class |
Vault.Matters.Close |
class |
Vault.Matters.Count |
class |
Vault.Matters.Create |
class |
Vault.Matters.Delete |
class |
Vault.Matters.Exports
The "exports" collection of methods.
|
class |
Vault.Matters.Get |
class |
Vault.Matters.Holds
The "holds" collection of methods.
|
class |
Vault.Matters.List |
class |
Vault.Matters.RemovePermissions |
class |
Vault.Matters.Reopen |
class |
Vault.Matters.SavedQueries
The "savedQueries" collection of methods.
|
class |
Vault.Matters.Undelete |
class |
Vault.Matters.Update |
| Constructor and Description |
|---|
Matters() |
| Modifier and Type | Method and Description |
|---|---|
Vault.Matters.AddPermissions |
addPermissions(String matterId,
AddMatterPermissionsRequest content)
Adds an account as a matter collaborator.
|
Vault.Matters.Close |
close(String matterId,
CloseMatterRequest content)
Closes the specified matter.
|
Vault.Matters.Count |
count(String matterId,
CountArtifactsRequest content)
Counts the accounts processed by the specified query.
|
Vault.Matters.Create |
create(Matter content)
Creates a matter with the given name and description.
|
Vault.Matters.Delete |
delete(String matterId)
Deletes the specified matter.
|
Vault.Matters.Exports |
exports()
An accessor for creating requests from the Exports collection.
|
Vault.Matters.Get |
get(String matterId)
Gets the specified matter.
|
Vault.Matters.Holds |
holds()
An accessor for creating requests from the Holds collection.
|
Vault.Matters.List |
list()
Lists matters the requestor has access to.
|
Vault.Matters.RemovePermissions |
removePermissions(String matterId,
RemoveMatterPermissionsRequest content)
Removes an account as a matter collaborator.
|
Vault.Matters.Reopen |
reopen(String matterId,
ReopenMatterRequest content)
Reopens the specified matter.
|
Vault.Matters.SavedQueries |
savedQueries()
An accessor for creating requests from the SavedQueries collection.
|
Vault.Matters.Undelete |
undelete(String matterId,
UndeleteMatterRequest content)
Undeletes the specified matter.
|
Vault.Matters.Update |
update(String matterId,
Matter content)
Updates the specified matter.
|
public Vault.Matters.AddPermissions addPermissions(String matterId, AddMatterPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.content - the AddMatterPermissionsRequestIOExceptionpublic Vault.Matters.Close close(String matterId, CloseMatterRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.content - the CloseMatterRequestIOExceptionpublic Vault.Matters.Count count(String matterId, CountArtifactsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.content - the CountArtifactsRequestIOExceptionpublic Vault.Matters.Create create(Matter content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the MatterIOExceptionpublic Vault.Matters.Delete delete(String matterId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter IDIOExceptionpublic Vault.Matters.Get get(String matterId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.IOExceptionpublic Vault.Matters.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Vault.Matters.RemovePermissions removePermissions(String matterId, RemoveMatterPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.content - the RemoveMatterPermissionsRequestIOExceptionpublic Vault.Matters.Reopen reopen(String matterId, ReopenMatterRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.content - the ReopenMatterRequestIOExceptionpublic Vault.Matters.Undelete undelete(String matterId, UndeleteMatterRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.content - the UndeleteMatterRequestIOExceptionpublic Vault.Matters.Update update(String matterId, Matter content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.content - the MatterIOExceptionpublic Vault.Matters.Exports exports()
The typical use is:
Vault vault = new Vault(...);Vault.Exports.List request = vault.exports().list(parameters ...)
public Vault.Matters.Holds holds()
The typical use is:
Vault vault = new Vault(...);Vault.Holds.List request = vault.holds().list(parameters ...)
public Vault.Matters.SavedQueries savedQueries()
The typical use is:
Vault vault = new Vault(...);Vault.SavedQueries.List request = vault.savedQueries().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.