target.apidocs.com.google.api.services.drive.class-use.Drive.Permissions.Patch.html Maven / Gradle / Ivy
Uses of Class com.google.api.services.drive.Drive.Permissions.Patch (Drive API v2-rev20180830-1.26.0)
Uses of Class
com.google.api.services.drive.Drive.Permissions.Patch
-
Packages that use Drive.Permissions.Patch
Package
Description
com.google.api.services.drive
-
-
Uses of Drive.Permissions.Patch in com.google.api.services.drive
Methods in com.google.api.services.drive that return Drive.Permissions.Patch
Modifier and Type
Method and Description
Drive.Permissions.Patch
Drive.Permissions.patch(String fileId,
String permissionId,
Permission content)
Updates a permission using patch semantics.
Drive.Permissions.Patch
Drive.Permissions.Patch.set(String parameterName,
Object value)
Drive.Permissions.Patch
Drive.Permissions.Patch.setAlt(String alt)
Drive.Permissions.Patch
Drive.Permissions.Patch.setFields(String fields)
Drive.Permissions.Patch
Drive.Permissions.Patch.setFileId(String fileId)
The ID for the file or Team Drive.
Drive.Permissions.Patch
Drive.Permissions.Patch.setKey(String key)
Drive.Permissions.Patch
Drive.Permissions.Patch.setOauthToken(String oauthToken)
Drive.Permissions.Patch
Drive.Permissions.Patch.setPermissionId(String permissionId)
The ID for the permission.
Drive.Permissions.Patch
Drive.Permissions.Patch.setPrettyPrint(Boolean prettyPrint)
Drive.Permissions.Patch
Drive.Permissions.Patch.setQuotaUser(String quotaUser)
Drive.Permissions.Patch
Drive.Permissions.Patch.setRemoveExpiration(Boolean removeExpiration)
Whether to remove the expiration date.
Drive.Permissions.Patch
Drive.Permissions.Patch.setSupportsTeamDrives(Boolean supportsTeamDrives)
Whether the requesting application supports Team Drives.
Drive.Permissions.Patch
Drive.Permissions.Patch.setTransferOwnership(Boolean transferOwnership)
Whether changing a role to 'owner' downgrades the current owners to writers.
Drive.Permissions.Patch
Drive.Permissions.Patch.setUseDomainAdminAccess(Boolean useDomainAdminAccess)
Issue the request as a domain administrator; if set to true, then the requester will be
granted access if they are an administrator of the domain to which the item belongs.
Drive.Permissions.Patch
Drive.Permissions.Patch.setUserIp(String userIp)
Copyright © 2011–2018 Google. All rights reserved.