| Package | Description |
|---|---|
| com.google.api.services.keep.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Permission |
Permission.clone() |
Permission |
CreatePermissionRequest.getPermission()
Required.
|
Permission |
Permission.set(String fieldName,
Object value) |
Permission |
Permission.setDeleted(Boolean deleted)
Output only.
|
Permission |
Permission.setEmail(String email)
The email associated with the member.
|
Permission |
Permission.setFamily(Family family)
Output only.
|
Permission |
Permission.setGroup(Group group)
Output only.
|
Permission |
Permission.setName(String name)
Output only.
|
Permission |
Permission.setRole(String role)
The role granted by this permission.
|
Permission |
Permission.setUser(User user)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
Note.getPermissions()
Output only.
|
List<Permission> |
BatchCreatePermissionsResponse.getPermissions()
Permissions created.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePermissionRequest |
CreatePermissionRequest.setPermission(Permission permission)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
Note |
Note.setPermissions(List<Permission> permissions)
Output only.
|
BatchCreatePermissionsResponse |
BatchCreatePermissionsResponse.setPermissions(List<Permission> permissions)
Permissions created.
|
Copyright © 2011–2025 Google. All rights reserved.