| Package | Description |
|---|---|
| com.google.api.services.vault.v1 | |
| com.google.api.services.vault.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Vault.Matters.Holds.Create |
Vault.Matters.Holds.create(String matterId,
Hold content)
Creates a hold in the specified matter.
|
Vault.Matters.Holds.Update |
Vault.Matters.Holds.update(String matterId,
String holdId,
Hold content)
Updates the scope (organizational unit or accounts) and query parameters of a hold.
|
| Constructor and Description |
|---|
Create(String matterId,
Hold content)
Creates a hold in the specified matter.
|
Update(String matterId,
String holdId,
Hold content)
Updates the scope (organizational unit or accounts) and query parameters of a hold.
|
| Modifier and Type | Method and Description |
|---|---|
Hold |
Hold.clone() |
Hold |
Hold.set(String fieldName,
Object value) |
Hold |
Hold.setAccounts(List<HeldAccount> accounts)
If set, the hold applies to the specified accounts and **orgUnit** must be empty.
|
Hold |
Hold.setCorpus(String corpus)
The service to be searched.
|
Hold |
Hold.setHoldId(String holdId)
The unique immutable ID of the hold.
|
Hold |
Hold.setName(String name)
The name of the hold.
|
Hold |
Hold.setOrgUnit(HeldOrgUnit orgUnit)
If set, the hold applies to all members of the organizational unit and **accounts** must be
empty.
|
Hold |
Hold.setQuery(CorpusQuery query)
Service-specific options.
|
Hold |
Hold.setUpdateTime(String updateTime)
The last time this hold was modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<Hold> |
ListHoldsResponse.getHolds()
The list of holds.
|
| Modifier and Type | Method and Description |
|---|---|
ListHoldsResponse |
ListHoldsResponse.setHolds(List<Hold> holds)
The list of holds.
|
Copyright © 2011–2025 Google. All rights reserved.