target.apidocs.com.google.api.services.drive.class-use.Drive.Comments.Update.html Maven / Gradle / Ivy
Uses of Class com.google.api.services.drive.Drive.Comments.Update (Google Drive API v3-rev20240123-2.0.0)
Uses of Class
com.google.api.services.drive.Drive.Comments.Update
-
Packages that use Drive.Comments.Update
Package
Description
com.google.api.services.drive
-
-
Uses of Drive.Comments.Update in com.google.api.services.drive
Methods in com.google.api.services.drive that return Drive.Comments.Update
Modifier and Type
Method and Description
Drive.Comments.Update
Drive.Comments.Update.set(String parameterName,
Object value)
Drive.Comments.Update
Drive.Comments.Update.set$Xgafv(String $Xgafv)
Drive.Comments.Update
Drive.Comments.Update.setAccessToken(String accessToken)
Drive.Comments.Update
Drive.Comments.Update.setAlt(String alt)
Drive.Comments.Update
Drive.Comments.Update.setCallback(String callback)
Drive.Comments.Update
Drive.Comments.Update.setCommentId(String commentId)
The ID of the comment.
Drive.Comments.Update
Drive.Comments.Update.setFields(String fields)
Drive.Comments.Update
Drive.Comments.Update.setFileId(String fileId)
The ID of the file.
Drive.Comments.Update
Drive.Comments.Update.setKey(String key)
Drive.Comments.Update
Drive.Comments.Update.setOauthToken(String oauthToken)
Drive.Comments.Update
Drive.Comments.Update.setPrettyPrint(Boolean prettyPrint)
Drive.Comments.Update
Drive.Comments.Update.setQuotaUser(String quotaUser)
Drive.Comments.Update
Drive.Comments.Update.setUploadProtocol(String uploadProtocol)
Drive.Comments.Update
Drive.Comments.Update.setUploadType(String uploadType)
Drive.Comments.Update
Drive.Comments.update(String fileId,
String commentId,
Comment content)
Updates a comment with patch semantics.
Copyright © 2011–2024 Google. All rights reserved.