Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Comments.Get |
Drive.Comments.get(String fileId,
String commentId)
Gets a comment by ID.
|
Drive.Comments.Get |
Drive.Comments.Get.set(String parameterName,
Object value) |
Drive.Comments.Get |
Drive.Comments.Get.setAlt(String alt) |
Drive.Comments.Get |
Drive.Comments.Get.setCommentId(String commentId)
The ID of the comment.
|
Drive.Comments.Get |
Drive.Comments.Get.setFields(String fields) |
Drive.Comments.Get |
Drive.Comments.Get.setFileId(String fileId)
The ID of the file.
|
Drive.Comments.Get |
Drive.Comments.Get.setIncludeDeleted(Boolean includeDeleted)
If set, this will succeed when retrieving a deleted comment, and will include any deleted
replies.
|
Drive.Comments.Get |
Drive.Comments.Get.setKey(String key) |
Drive.Comments.Get |
Drive.Comments.Get.setOauthToken(String oauthToken) |
Drive.Comments.Get |
Drive.Comments.Get.setPrettyPrint(Boolean prettyPrint) |
Drive.Comments.Get |
Drive.Comments.Get.setQuotaUser(String quotaUser) |
Drive.Comments.Get |
Drive.Comments.Get.setUserIp(String userIp) |
Copyright © 2011–2021 Google. All rights reserved.