| Modifier and Type | Class and Description |
|---|---|
class |
Drive.Replies.Create |
class |
Drive.Replies.Delete |
class |
Drive.Replies.Get |
class |
Drive.Replies.List |
class |
Drive.Replies.Update |
| Constructor and Description |
|---|
Replies() |
| Modifier and Type | Method and Description |
|---|---|
Drive.Replies.Create |
create(String fileId,
String commentId,
Reply content)
Creates a reply to a comment.
|
Drive.Replies.Delete |
delete(String fileId,
String commentId,
String replyId)
Deletes a reply.
|
Drive.Replies.Get |
get(String fileId,
String commentId,
String replyId)
Gets a reply by ID.
|
Drive.Replies.List |
list(String fileId,
String commentId)
Lists a comment's replies.
|
Drive.Replies.Update |
update(String fileId,
String commentId,
String replyId,
Reply content)
Updates a reply with patch semantics.
|
public Drive.Replies.Create create(String fileId, String commentId, Reply content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.fileId - The ID of the file.commentId - The ID of the comment.content - the ReplyIOExceptionpublic Drive.Replies.Delete delete(String fileId, String commentId, String replyId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.fileId - The ID of the file.commentId - The ID of the comment.replyId - The ID of the reply.IOExceptionpublic Drive.Replies.Get get(String fileId, String commentId, String replyId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.fileId - The ID of the file.commentId - The ID of the comment.replyId - The ID of the reply.IOExceptionpublic Drive.Replies.List list(String fileId, String commentId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.fileId - The ID of the file.commentId - The ID of the comment.IOExceptionpublic Drive.Replies.Update update(String fileId, String commentId, String replyId, Reply content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.fileId - The ID of the file.commentId - The ID of the comment.replyId - The ID of the reply.content - the ReplyIOExceptionCopyright © 2011–2025 Google. All rights reserved.