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