public class Vault.Matters.Holds extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Vault.Matters.Holds.Accounts
The "accounts" collection of methods.
|
class |
Vault.Matters.Holds.AddHeldAccounts |
class |
Vault.Matters.Holds.Create |
class |
Vault.Matters.Holds.Delete |
class |
Vault.Matters.Holds.Get |
class |
Vault.Matters.Holds.List |
class |
Vault.Matters.Holds.RemoveHeldAccounts |
class |
Vault.Matters.Holds.Update |
| Constructor and Description |
|---|
Holds() |
| Modifier and Type | Method and Description |
|---|---|
Vault.Matters.Holds.Accounts |
accounts()
An accessor for creating requests from the Accounts collection.
|
Vault.Matters.Holds.AddHeldAccounts |
addHeldAccounts(String matterId,
String holdId,
AddHeldAccountsRequest content)
Adds accounts to a hold.
|
Vault.Matters.Holds.Create |
create(String matterId,
Hold content)
Creates a hold in the specified matter.
|
Vault.Matters.Holds.Delete |
delete(String matterId,
String holdId)
Removes the specified hold and releases the accounts or organizational unit covered by the hold.
|
Vault.Matters.Holds.Get |
get(String matterId,
String holdId)
Gets the specified hold.
|
Vault.Matters.Holds.List |
list(String matterId)
Lists the holds in a matter.
|
Vault.Matters.Holds.RemoveHeldAccounts |
removeHeldAccounts(String matterId,
String holdId,
RemoveHeldAccountsRequest content)
Removes the specified accounts from a hold.
|
Vault.Matters.Holds.Update |
update(String matterId,
String holdId,
Hold content)
Updates the scope (organizational unit or accounts) and query parameters of a hold.
|
public Vault.Matters.Holds.AddHeldAccounts addHeldAccounts(String matterId, String holdId, AddHeldAccountsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.holdId - The hold ID.content - the AddHeldAccountsRequestIOExceptionpublic Vault.Matters.Holds.Create create(String matterId, Hold content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.content - the HoldIOExceptionpublic Vault.Matters.Holds.Delete delete(String matterId, String holdId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.holdId - The hold ID.IOExceptionpublic Vault.Matters.Holds.Get get(String matterId, String holdId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.holdId - The hold ID.IOExceptionpublic Vault.Matters.Holds.List list(String matterId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.IOExceptionpublic Vault.Matters.Holds.RemoveHeldAccounts removeHeldAccounts(String matterId, String holdId, RemoveHeldAccountsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.holdId - The hold ID.content - the RemoveHeldAccountsRequestIOExceptionpublic Vault.Matters.Holds.Update update(String matterId, String holdId, Hold content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.holdId - The ID of the hold.content - the HoldIOExceptionpublic Vault.Matters.Holds.Accounts accounts()
The typical use is:
Vault vault = new Vault(...);Vault.Accounts.List request = vault.accounts().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.