target.apidocs.com.google.api.services.drive.class-use.Drive.Revisions.Patch.html Maven / Gradle / Ivy
Uses of Class com.google.api.services.drive.Drive.Revisions.Patch (Drive API v2-rev20180830-1.26.0)
Uses of Class
com.google.api.services.drive.Drive.Revisions.Patch
-
Packages that use Drive.Revisions.Patch
Package
Description
com.google.api.services.drive
-
-
Uses of Drive.Revisions.Patch in com.google.api.services.drive
Methods in com.google.api.services.drive that return Drive.Revisions.Patch
Modifier and Type
Method and Description
Drive.Revisions.Patch
Drive.Revisions.patch(String fileId,
String revisionId,
Revision content)
Updates a revision.
Drive.Revisions.Patch
Drive.Revisions.Patch.set(String parameterName,
Object value)
Drive.Revisions.Patch
Drive.Revisions.Patch.setAlt(String alt)
Drive.Revisions.Patch
Drive.Revisions.Patch.setFields(String fields)
Drive.Revisions.Patch
Drive.Revisions.Patch.setFileId(String fileId)
The ID for the file.
Drive.Revisions.Patch
Drive.Revisions.Patch.setKey(String key)
Drive.Revisions.Patch
Drive.Revisions.Patch.setOauthToken(String oauthToken)
Drive.Revisions.Patch
Drive.Revisions.Patch.setPrettyPrint(Boolean prettyPrint)
Drive.Revisions.Patch
Drive.Revisions.Patch.setQuotaUser(String quotaUser)
Drive.Revisions.Patch
Drive.Revisions.Patch.setRevisionId(String revisionId)
The ID for the revision.
Drive.Revisions.Patch
Drive.Revisions.Patch.setUserIp(String userIp)
Copyright © 2011–2018 Google. All rights reserved.