Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Replies.Insert |
Drive.Replies.insert(String fileId,
String commentId,
CommentReply content)
Creates a new reply to the given comment.
|
Drive.Replies.Insert |
Drive.Replies.Insert.set(String parameterName,
Object value) |
Drive.Replies.Insert |
Drive.Replies.Insert.setAlt(String alt) |
Drive.Replies.Insert |
Drive.Replies.Insert.setCommentId(String commentId)
The ID of the comment.
|
Drive.Replies.Insert |
Drive.Replies.Insert.setFields(String fields) |
Drive.Replies.Insert |
Drive.Replies.Insert.setFileId(String fileId)
The ID of the file.
|
Drive.Replies.Insert |
Drive.Replies.Insert.setKey(String key) |
Drive.Replies.Insert |
Drive.Replies.Insert.setOauthToken(String oauthToken) |
Drive.Replies.Insert |
Drive.Replies.Insert.setPrettyPrint(Boolean prettyPrint) |
Drive.Replies.Insert |
Drive.Replies.Insert.setQuotaUser(String quotaUser) |
Drive.Replies.Insert |
Drive.Replies.Insert.setUserIp(String userIp) |
Copyright © 2011–2021 Google. All rights reserved.