| Package | Description |
|---|---|
| com.google.api.services.vault.v1 | |
| com.google.api.services.vault.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Vault.Matters.Holds.Accounts.Create |
Vault.Matters.Holds.Accounts.create(String matterId,
String holdId,
HeldAccount content)
Adds an account to a hold.
|
| Constructor and Description |
|---|
Create(String matterId,
String holdId,
HeldAccount content)
Adds an account to a hold.
|
| Modifier and Type | Method and Description |
|---|---|
HeldAccount |
HeldAccount.clone() |
HeldAccount |
AddHeldAccountResult.getAccount()
Returned when the account was successfully created.
|
HeldAccount |
HeldAccount.set(String fieldName,
Object value) |
HeldAccount |
HeldAccount.setAccountId(String accountId)
The account ID, as provided by the [Admin SDK](https://developers.google.com/admin-sdk/).
|
HeldAccount |
HeldAccount.setEmail(String email)
The primary email address of the account.
|
HeldAccount |
HeldAccount.setFirstName(String firstName)
Output only.
|
HeldAccount |
HeldAccount.setHoldTime(String holdTime)
Output only.
|
HeldAccount |
HeldAccount.setLastName(String lastName)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<HeldAccount> |
ListHeldAccountsResponse.getAccounts()
The held accounts on a hold.
|
List<HeldAccount> |
Hold.getAccounts()
If set, the hold applies to the specified accounts and **orgUnit** must be empty.
|
| Modifier and Type | Method and Description |
|---|---|
AddHeldAccountResult |
AddHeldAccountResult.setAccount(HeldAccount account)
Returned when the account was successfully created.
|
| Modifier and Type | Method and Description |
|---|---|
ListHeldAccountsResponse |
ListHeldAccountsResponse.setAccounts(List<HeldAccount> accounts)
The held accounts on a hold.
|
Hold |
Hold.setAccounts(List<HeldAccount> accounts)
If set, the hold applies to the specified accounts and **orgUnit** must be empty.
|
Copyright © 2011–2025 Google. All rights reserved.