Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Replies.Update |
Drive.Replies.Update.set(String parameterName,
Object value) |
Drive.Replies.Update |
Drive.Replies.Update.setAlt(String alt) |
Drive.Replies.Update |
Drive.Replies.Update.setCommentId(String commentId)
The ID of the comment.
|
Drive.Replies.Update |
Drive.Replies.Update.setFields(String fields) |
Drive.Replies.Update |
Drive.Replies.Update.setFileId(String fileId)
The ID of the file.
|
Drive.Replies.Update |
Drive.Replies.Update.setKey(String key) |
Drive.Replies.Update |
Drive.Replies.Update.setOauthToken(String oauthToken) |
Drive.Replies.Update |
Drive.Replies.Update.setPrettyPrint(Boolean prettyPrint) |
Drive.Replies.Update |
Drive.Replies.Update.setQuotaUser(String quotaUser) |
Drive.Replies.Update |
Drive.Replies.Update.setReplyId(String replyId)
The ID of the reply.
|
Drive.Replies.Update |
Drive.Replies.Update.setUserIp(String userIp) |
Drive.Replies.Update |
Drive.Replies.update(String fileId,
String commentId,
String replyId,
CommentReply content)
Updates an existing reply.
|