| Package | Description |
|---|---|
| com.google.api.services.drive.model |
| Modifier and Type | Method and Description |
|---|---|
Permission |
Permission.clone() |
Permission |
File.getUserPermission()
The permissions for the authenticated user on this file.
|
Permission |
Permission.set(String fieldName,
Object value) |
Permission |
Permission.setAdditionalRoles(List<String> additionalRoles)
Any additional roles that this permission describes.
|
Permission |
Permission.setEtag(String etag)
An etag for this permission.
|
Permission |
Permission.setKind(String kind)
The kind of this permission.
|
Permission |
Permission.setRole(String role)
The role that this permission describes.
|
Permission |
Permission.setType(String type)
The type of permission (For example: user, group etc).
|
| Modifier and Type | Method and Description |
|---|---|
File |
File.setUserPermission(Permission userPermission)
The permissions for the authenticated user on this file.
|