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.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.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> |
Comment.getReplies()
Output only.
|
List<Reply> |
ReplyList.getReplies()
The list of replies.
|
Modifier and Type | Method and Description |
---|---|
Comment |
Comment.setReplies(List<Reply> replies)
Output only.
|
ReplyList |
ReplyList.setReplies(List<Reply> replies)
The list of replies.
|
Copyright © 2011–2024 Google. All rights reserved.