Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Comments.Patch |
Drive.Comments.patch(String fileId,
String commentId,
Comment content)
Updates an existing comment.
|
Drive.Comments.Patch |
Drive.Comments.Patch.set(String parameterName,
Object value) |
Drive.Comments.Patch |
Drive.Comments.Patch.setAlt(String alt) |
Drive.Comments.Patch |
Drive.Comments.Patch.setCommentId(String commentId)
The ID of the comment.
|
Drive.Comments.Patch |
Drive.Comments.Patch.setFields(String fields) |
Drive.Comments.Patch |
Drive.Comments.Patch.setFileId(String fileId)
The ID of the file.
|
Drive.Comments.Patch |
Drive.Comments.Patch.setKey(String key) |
Drive.Comments.Patch |
Drive.Comments.Patch.setOauthToken(String oauthToken) |
Drive.Comments.Patch |
Drive.Comments.Patch.setPrettyPrint(Boolean prettyPrint) |
Drive.Comments.Patch |
Drive.Comments.Patch.setQuotaUser(String quotaUser) |
Drive.Comments.Patch |
Drive.Comments.Patch.setUserIp(String userIp) |
Copyright © 2011–2019 Google. All rights reserved.