Package | Description |
---|---|
com.google.api.services.drive | |
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
Drive.Comments.Create |
Drive.Comments.create(String fileId,
Comment content)
Creates a comment on a file.
|
Drive.Comments.Update |
Drive.Comments.update(String fileId,
String commentId,
Comment content)
Updates a comment with patch semantics.
|
Constructor and Description |
---|
Create(String fileId,
Comment content)
Creates a comment on a file.
|
Update(String fileId,
String commentId,
Comment content)
Updates a comment with patch semantics.
|
Modifier and Type | Method and Description |
---|---|
Comment |
Comment.clone() |
Comment |
Comment.set(String fieldName,
Object value) |
Comment |
Comment.setAnchor(String anchor)
A region of the document represented as a JSON string.
|
Comment |
Comment.setAuthor(User author)
Output only.
|
Comment |
Comment.setContent(String content)
The plain text content of the comment.
|
Comment |
Comment.setCreatedTime(com.google.api.client.util.DateTime createdTime)
The time at which the comment was created (RFC 3339 date-time).
|
Comment |
Comment.setDeleted(Boolean deleted)
Output only.
|
Comment |
Comment.setHtmlContent(String htmlContent)
Output only.
|
Comment |
Comment.setId(String id)
Output only.
|
Comment |
Comment.setKind(String kind)
Output only.
|
Comment |
Comment.setModifiedTime(com.google.api.client.util.DateTime modifiedTime)
The last time the comment or any of its replies was modified (RFC 3339 date-time).
|
Comment |
Comment.setQuotedFileContent(Comment.QuotedFileContent quotedFileContent)
The file content to which the comment refers, typically within the anchor region.
|
Comment |
Comment.setReplies(List<Reply> replies)
Output only.
|
Comment |
Comment.setResolved(Boolean resolved)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentList.getComments()
The list of comments.
|
Modifier and Type | Method and Description |
---|---|
CommentList |
CommentList.setComments(List<Comment> comments)
The list of comments.
|
Copyright © 2011–2024 Google. All rights reserved.