public class Vault.Matters.Holds.Accounts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Vault.Matters.Holds.Accounts.Create |
class |
Vault.Matters.Holds.Accounts.Delete |
class |
Vault.Matters.Holds.Accounts.List |
| Constructor and Description |
|---|
Accounts() |
| Modifier and Type | Method and Description |
|---|---|
Vault.Matters.Holds.Accounts.Create |
create(String matterId,
String holdId,
HeldAccount content)
Adds an account to a hold.
|
Vault.Matters.Holds.Accounts.Delete |
delete(String matterId,
String holdId,
String accountId)
Removes an account from a hold.
|
Vault.Matters.Holds.Accounts.List |
list(String matterId,
String holdId)
Lists the accounts covered by a hold.
|
public Vault.Matters.Holds.Accounts.Create create(String matterId, String holdId, HeldAccount content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.holdId - The hold ID.content - the HeldAccountIOExceptionpublic Vault.Matters.Holds.Accounts.Delete delete(String matterId, String holdId, String accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.holdId - The hold ID.accountId - The ID of the account to remove from the hold.IOExceptionpublic Vault.Matters.Holds.Accounts.List list(String matterId, String holdId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.matterId - The matter ID.holdId - The hold ID.IOExceptionCopyright © 2011–2025 Google. All rights reserved.