| Package | Description | 
|---|---|
| com.google.api.services.drive | |
| com.google.api.services.drive.model | 
| Modifier and Type | Method and Description | 
|---|---|
Drive.Replies.Create | 
Drive.Replies.create(String fileId,
      String commentId,
      Reply content)
Creates a reply to a comment. 
 | 
Drive.Replies.Update | 
Drive.Replies.update(String fileId,
      String commentId,
      String replyId,
      Reply content)
Updates a reply with patch semantics. 
 | 
| Constructor and Description | 
|---|
Create(String fileId,
      String commentId,
      Reply content)
Creates a reply to a comment. 
 | 
Update(String fileId,
      String commentId,
      String replyId,
      Reply content)
Updates a reply with patch semantics. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Reply | 
Reply.clone()  | 
Reply | 
Reply.set(String fieldName,
   Object value)  | 
Reply | 
Reply.setAction(String action)
The action the reply performed to the parent comment. 
 | 
Reply | 
Reply.setAssigneeEmailAddress(String assigneeEmailAddress)
Output only. 
 | 
Reply | 
Reply.setAuthor(User author)
Output only. 
 | 
Reply | 
Reply.setContent(String content)
The plain text content of the reply. 
 | 
Reply | 
Reply.setCreatedTime(com.google.api.client.util.DateTime createdTime)
The time at which the reply was created (RFC 3339 date-time). 
 | 
Reply | 
Reply.setDeleted(Boolean deleted)
Output only. 
 | 
Reply | 
Reply.setHtmlContent(String htmlContent)
Output only. 
 | 
Reply | 
Reply.setId(String id)
Output only. 
 | 
Reply | 
Reply.setKind(String kind)
Output only. 
 | 
Reply | 
Reply.setMentionedEmailAddresses(List<String> mentionedEmailAddresses)
Output only. 
 | 
Reply | 
Reply.setModifiedTime(com.google.api.client.util.DateTime modifiedTime)
The last time the reply was modified (RFC 3339 date-time). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Reply> | 
ReplyList.getReplies()
The list of replies. 
 | 
List<Reply> | 
Comment.getReplies()
Output only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReplyList | 
ReplyList.setReplies(List<Reply> replies)
The list of replies. 
 | 
Comment | 
Comment.setReplies(List<Reply> replies)
Output only. 
 | 
Copyright © 2011–2025 Google. All rights reserved.