Package | Description |
---|---|
com.google.api.services.driveactivity.v2.model |
Modifier and Type | Method and Description |
---|---|
Permission |
Permission.clone() |
Permission |
Permission.set(String fieldName,
Object value) |
Permission |
Permission.setAllowDiscovery(Boolean allowDiscovery)
If true, the item can be discovered (e.g.
|
Permission |
Permission.setAnyone(Anyone anyone)
If set, this permission applies to anyone, even logged out users.
|
Permission |
Permission.setDomain(Domain domain)
The domain to whom this permission applies.
|
Permission |
Permission.setGroup(Group group)
The group to whom this permission applies.
|
Permission |
Permission.setRole(String role)
Indicates the [Google Drive permissions role](https://developers.google.com/drive/web/manage-
sharing#roles).
|
Permission |
Permission.setUser(User user)
The user to whom this permission applies.
|
Modifier and Type | Method and Description |
---|---|
List<Permission> |
PermissionChange.getAddedPermissions()
The set of permissions added by this change.
|
List<Permission> |
PermissionChange.getRemovedPermissions()
The set of permissions removed by this change.
|
Modifier and Type | Method and Description |
---|---|
PermissionChange |
PermissionChange.setAddedPermissions(List<Permission> addedPermissions)
The set of permissions added by this change.
|
PermissionChange |
PermissionChange.setRemovedPermissions(List<Permission> removedPermissions)
The set of permissions removed by this change.
|
Copyright © 2011–2023 Google. All rights reserved.