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(String fileId,
String commentId,
CommentReply content)
Creates a new reply to the given comment.
|
Drive.Replies.Patch |
Drive.Replies.patch(String fileId,
String commentId,
String replyId,
CommentReply content)
Updates an existing reply.
|
Drive.Replies.Update |
Drive.Replies.update(String fileId,
String commentId,
String replyId,
CommentReply content)
Updates an existing reply.
|
Constructor and Description |
---|
Insert(String fileId,
String commentId,
CommentReply content)
Creates a new reply to the given comment.
|
Patch(String fileId,
String commentId,
String replyId,
CommentReply content)
Updates an existing reply.
|
Update(String fileId,
String commentId,
String replyId,
CommentReply content)
Updates an existing reply.
|
Modifier and Type | Method and Description |
---|---|
CommentReply |
CommentReply.clone() |
CommentReply |
CommentReply.set(String fieldName,
Object value) |
CommentReply |
CommentReply.setAuthor(User author)
The author of the reply.
|
CommentReply |
CommentReply.setContent(String content)
The plain text content used to create this reply.
|
CommentReply |
CommentReply.setCreatedDate(DateTime createdDate)
The date when this reply was first created.
|
CommentReply |
CommentReply.setDeleted(Boolean deleted)
Whether this reply has been deleted.
|
CommentReply |
CommentReply.setHtmlContent(String htmlContent)
HTML formatted content for this reply.
|
CommentReply |
CommentReply.setKind(String kind)
This is always drive#commentReply.
|
CommentReply |
CommentReply.setModifiedDate(DateTime modifiedDate)
The date when this reply was last modified.
|
CommentReply |
CommentReply.setReplyId(String replyId)
The ID of the reply.
|
CommentReply |
CommentReply.setVerb(String verb)
The action this reply performed to the parent comment.
|
Modifier and Type | Method and Description |
---|---|
List<CommentReply> |
CommentReplyList.getItems()
The list of replies.
|
List<CommentReply> |
Comment.getReplies()
Replies to this post.
|
Modifier and Type | Method and Description |
---|---|
CommentReplyList |
CommentReplyList.setItems(List<CommentReply> items)
The list of replies.
|
Comment |
Comment.setReplies(List<CommentReply> replies)
Replies to this post.
|
Copyright © 2011–2021 Google. All rights reserved.