|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Permission | |
|---|---|
| com.google.api.services.drive | |
| com.google.api.services.drive.model | |
| Uses of Permission in com.google.api.services.drive |
|---|
| Methods in com.google.api.services.drive that return Permission | |
|---|---|
Permission |
Drive.Permissions.Insert.execute()
Sends the "insert" request to the Drive server. |
Permission |
Drive.Permissions.Get.execute()
Sends the "get" request to the Drive server. |
Permission |
Drive.Permissions.Update.execute()
Sends the "update" request to the Drive server. |
Permission |
Drive.Permissions.Patch.execute()
Sends the "patch" request to the Drive server. |
| Methods in com.google.api.services.drive with parameters of type Permission | |
|---|---|
Drive.Permissions.Insert |
Drive.Permissions.insert(String fileId,
Permission content)
Inserts a permission for a file. |
Drive.Permissions.Patch |
Drive.Permissions.patch(String fileId,
String permissionId,
Permission content)
Updates a permission. |
Drive.Permissions.Update |
Drive.Permissions.update(String fileId,
String permissionId,
Permission content)
Updates a permission. |
| Method parameters in com.google.api.services.drive with type arguments of type Permission | |
|---|---|
void |
Drive.Permissions.Insert.queue(BatchRequest batch,
JsonBatchCallback<Permission> callback)
Queues the "insert" request to the Drive server into the given batch request. |
void |
Drive.Permissions.Get.queue(BatchRequest batch,
JsonBatchCallback<Permission> callback)
Queues the "get" request to the Drive server into the given batch request. |
void |
Drive.Permissions.Update.queue(BatchRequest batch,
JsonBatchCallback<Permission> callback)
Queues the "update" request to the Drive server into the given batch request. |
void |
Drive.Permissions.Patch.queue(BatchRequest batch,
JsonBatchCallback<Permission> callback)
Queues the "patch" request to the Drive server into the given batch request. |
| Uses of Permission in com.google.api.services.drive.model |
|---|
| Methods in com.google.api.services.drive.model that return Permission | |
|---|---|
Permission |
File.getUserPermission()
The permissions for the authenticated user on this file. |
Permission |
Permission.setAdditionalRoles(List<String> additionalRoles)
Additional roles for this user. |
Permission |
Permission.setAuthKey(String authKey)
The authkey parameter required for this permission. |
Permission |
Permission.setEtag(String etag)
The ETag of the permission. |
Permission |
Permission.setId(String id)
The ID of the permission. |
Permission |
Permission.setKind(String kind)
This is always drive#permission. |
Permission |
Permission.setName(String name)
The name for this permission. |
Permission |
Permission.setPhotoLink(String photoLink)
A link to the profile photo, if available. |
Permission |
Permission.setRole(String role)
The primary role for this user. |
Permission |
Permission.setSelfLink(String selfLink)
A link back to this permission. |
Permission |
Permission.setType(String type)
The account type. |
Permission |
Permission.setValue(String value)
The email address or domain name for the entity. |
Permission |
Permission.setWithLink(Boolean withLink)
Whether the link is required for this permission. |
| Methods in com.google.api.services.drive.model that return types with arguments of type Permission | |
|---|---|
List<Permission> |
PermissionList.getItems()
The actual list of permissions. |
| Methods in com.google.api.services.drive.model with parameters of type Permission | |
|---|---|
File |
File.setUserPermission(Permission userPermission)
The permissions for the authenticated user on this file. |
| Method parameters in com.google.api.services.drive.model with type arguments of type Permission | |
|---|---|
PermissionList |
PermissionList.setItems(List<Permission> items)
The actual list of permissions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||