|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.services.drive.Drive.Replies
public class Drive.Replies
The "replies" collection of methods.
Nested Class Summary | |
---|---|
class |
Drive.Replies.Delete
|
class |
Drive.Replies.Get
|
class |
Drive.Replies.Insert
|
class |
Drive.Replies.List
|
class |
Drive.Replies.Patch
|
class |
Drive.Replies.Update
|
Constructor Summary | |
---|---|
Drive.Replies()
|
Method Summary | |
---|---|
Drive.Replies.Delete |
delete(java.lang.String fileId,
java.lang.String commentId,
java.lang.String replyId)
Deletes a reply. |
Drive.Replies.Get |
get(java.lang.String fileId,
java.lang.String commentId,
java.lang.String replyId)
Gets a reply. |
Drive.Replies.Insert |
insert(java.lang.String fileId,
java.lang.String commentId,
CommentReply content)
Creates a new reply to the given comment. |
Drive.Replies.List |
list(java.lang.String fileId,
java.lang.String commentId)
Lists all of the replies to a comment. |
Drive.Replies.Patch |
patch(java.lang.String fileId,
java.lang.String commentId,
java.lang.String replyId,
CommentReply content)
Updates an existing reply. |
Drive.Replies.Update |
update(java.lang.String fileId,
java.lang.String commentId,
java.lang.String replyId,
CommentReply content)
Updates an existing reply. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Drive.Replies()
Method Detail |
---|
public Drive.Replies.Delete delete(java.lang.String fileId, java.lang.String commentId, java.lang.String replyId) throws java.io.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.
java.io.IOException
public Drive.Replies.Get get(java.lang.String fileId, java.lang.String commentId, java.lang.String replyId) throws java.io.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.
java.io.IOException
public Drive.Replies.Insert insert(java.lang.String fileId, java.lang.String commentId, CommentReply content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.commentId
- The ID of the comment.content
- the CommentReply
java.io.IOException
public Drive.Replies.List list(java.lang.String fileId, java.lang.String commentId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.commentId
- The ID of the comment.
java.io.IOException
public Drive.Replies.Patch patch(java.lang.String fileId, java.lang.String commentId, java.lang.String replyId, CommentReply content) throws java.io.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 CommentReply
java.io.IOException
public Drive.Replies.Update update(java.lang.String fileId, java.lang.String commentId, java.lang.String replyId, CommentReply content) throws java.io.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 CommentReply
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |