| Package | Description |
|---|---|
| com.google.api.services.drive | |
| com.google.api.services.drive.model |
| Modifier and Type | Method and Description |
|---|---|
Drive.Replies.Insert |
Drive.Replies.insert(java.lang.String fileId,
java.lang.String commentId,
CommentReply content)
Creates a new reply to the given comment.
|
Drive.Replies.Patch |
Drive.Replies.patch(java.lang.String fileId,
java.lang.String commentId,
java.lang.String replyId,
CommentReply content)
Updates an existing reply.
|
Drive.Replies.Update |
Drive.Replies.update(java.lang.String fileId,
java.lang.String commentId,
java.lang.String replyId,
CommentReply content)
Updates an existing reply.
|
| Constructor and Description |
|---|
Drive.Replies.Insert(java.lang.String fileId,
java.lang.String commentId,
CommentReply content)
Creates a new reply to the given comment.
|
Drive.Replies.Patch(java.lang.String fileId,
java.lang.String commentId,
java.lang.String replyId,
CommentReply content)
Updates an existing reply.
|
Drive.Replies.Update(java.lang.String fileId,
java.lang.String commentId,
java.lang.String replyId,
CommentReply content)
Updates an existing reply.
|
| Modifier and Type | Method and Description |
|---|---|
CommentReply |
CommentReply.clone() |
CommentReply |
CommentReply.set(java.lang.String fieldName,
java.lang.Object value) |
CommentReply |
CommentReply.setAuthor(User author)
The user who wrote this reply.
|
CommentReply |
CommentReply.setContent(java.lang.String content)
The plain text content used to create this reply.
|
CommentReply |
CommentReply.setCreatedDate(com.google.api.client.util.DateTime createdDate)
The date when this reply was first created.
|
CommentReply |
CommentReply.setDeleted(java.lang.Boolean deleted)
Whether this reply has been deleted.
|
CommentReply |
CommentReply.setHtmlContent(java.lang.String htmlContent)
HTML formatted content for this reply.
|
CommentReply |
CommentReply.setKind(java.lang.String kind)
This is always drive#commentReply.
|
CommentReply |
CommentReply.setModifiedDate(com.google.api.client.util.DateTime modifiedDate)
The date when this reply was last modified.
|
CommentReply |
CommentReply.setReplyId(java.lang.String replyId)
The ID of the reply.
|
CommentReply |
CommentReply.setVerb(java.lang.String verb)
The action this reply performed to the parent comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentReply> |
CommentReplyList.getItems()
List of reply.
|
java.util.List<CommentReply> |
Comment.getReplies()
Replies to this post.
|
| Modifier and Type | Method and Description |
|---|---|
CommentReplyList |
CommentReplyList.setItems(java.util.List<CommentReply> items)
List of reply.
|
Comment |
Comment.setReplies(java.util.List<CommentReply> replies)
Replies to this post.
|