| Package | Description |
|---|---|
| com.google.api.services.vault.v1.model |
| Modifier and Type | Method and Description |
|---|---|
MatterPermission |
MatterPermission.clone() |
MatterPermission |
AddMatterPermissionsRequest.getMatterPermission()
The account and its role to add.
|
MatterPermission |
MatterPermission.set(String fieldName,
Object value) |
MatterPermission |
MatterPermission.setAccountId(String accountId)
The account ID, as provided by the [Admin SDK](https://developers.google.com/admin-sdk/).
|
MatterPermission |
MatterPermission.setRole(String role)
The user's role for the matter.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatterPermission> |
Matter.getMatterPermissions()
Lists the users and their permission for the matter.
|
| Modifier and Type | Method and Description |
|---|---|
AddMatterPermissionsRequest |
AddMatterPermissionsRequest.setMatterPermission(MatterPermission matterPermission)
The account and its role to add.
|
| Modifier and Type | Method and Description |
|---|---|
Matter |
Matter.setMatterPermissions(List<MatterPermission> matterPermissions)
Lists the users and their permission for the matter.
|
Copyright © 2011–2025 Google. All rights reserved.