| Package | Description |
|---|---|
| com.google.api.services.vault.v1 | |
| com.google.api.services.vault.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Vault.Matters.Create |
Vault.Matters.create(Matter content)
Creates a matter with the given name and description.
|
Vault.Matters.Update |
Vault.Matters.update(String matterId,
Matter content)
Updates the specified matter.
|
| Constructor and Description |
|---|
Create(Matter content)
Creates a matter with the given name and description.
|
Update(String matterId,
Matter content)
Updates the specified matter.
|
| Modifier and Type | Method and Description |
|---|---|
Matter |
Matter.clone() |
Matter |
ReopenMatterResponse.getMatter()
The updated matter, with state **OPEN**.
|
Matter |
CloseMatterResponse.getMatter()
The updated matter, with state **CLOSED**.
|
Matter |
Matter.set(String fieldName,
Object value) |
Matter |
Matter.setDescription(String description)
An optional description for the matter.
|
Matter |
Matter.setMatterId(String matterId)
The matter ID, which is generated by the server.
|
Matter |
Matter.setMatterPermissions(List<MatterPermission> matterPermissions)
Lists the users and their permission for the matter.
|
Matter |
Matter.setMatterRegion(String matterRegion)
Optional.
|
Matter |
Matter.setName(String name)
The name of the matter.
|
Matter |
Matter.setState(String state)
The state of the matter.
|
| Modifier and Type | Method and Description |
|---|---|
List<Matter> |
ListMattersResponse.getMatters()
List of matters.
|
| Modifier and Type | Method and Description |
|---|---|
ReopenMatterResponse |
ReopenMatterResponse.setMatter(Matter matter)
The updated matter, with state **OPEN**.
|
CloseMatterResponse |
CloseMatterResponse.setMatter(Matter matter)
The updated matter, with state **CLOSED**.
|
| Modifier and Type | Method and Description |
|---|---|
ListMattersResponse |
ListMattersResponse.setMatters(List<Matter> matters)
List of matters.
|
Copyright © 2011–2025 Google. All rights reserved.