public class Vault.Matters.SavedQueries extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Vault.Matters.SavedQueries.Create |
class |
Vault.Matters.SavedQueries.Delete |
class |
Vault.Matters.SavedQueries.Get |
class |
Vault.Matters.SavedQueries.List |
| Constructor and Description |
|---|
SavedQueries() |
| Modifier and Type | Method and Description |
|---|---|
Vault.Matters.SavedQueries.Create |
create(String matterId,
SavedQuery content)
Creates a saved query.
|
Vault.Matters.SavedQueries.Delete |
delete(String matterId,
String savedQueryId)
Deletes the specified saved query.
|
Vault.Matters.SavedQueries.Get |
get(String matterId,
String savedQueryId)
Retrieves the specified saved query.
|
Vault.Matters.SavedQueries.List |
list(String matterId)
Lists the saved queries in a matter.
|
public Vault.Matters.SavedQueries.Create create(String matterId, SavedQuery content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The ID of the matter to create the saved query in.content - the SavedQueryIOExceptionpublic Vault.Matters.SavedQueries.Delete delete(String matterId, String savedQueryId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The ID of the matter to delete the saved query from.savedQueryId - ID of the saved query to delete.IOExceptionpublic Vault.Matters.SavedQueries.Get get(String matterId, String savedQueryId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The ID of the matter to get the saved query from.savedQueryId - ID of the saved query to retrieve.IOExceptionpublic Vault.Matters.SavedQueries.List list(String matterId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The ID of the matter to get the saved queries for.IOExceptionCopyright © 2011–2025 Google. All rights reserved.