|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.services.drive.Drive.Revisions
public class Drive.Revisions
The "revisions" collection of methods.
Nested Class Summary | |
---|---|
class |
Drive.Revisions.Delete
|
class |
Drive.Revisions.Get
|
class |
Drive.Revisions.List
|
class |
Drive.Revisions.Patch
|
class |
Drive.Revisions.Update
|
Constructor Summary | |
---|---|
Drive.Revisions()
|
Method Summary | |
---|---|
Drive.Revisions.Delete |
delete(java.lang.String fileId,
java.lang.String revisionId)
Removes a revision. |
Drive.Revisions.Get |
get(java.lang.String fileId,
java.lang.String revisionId)
Gets a specific revision. |
Drive.Revisions.List |
list(java.lang.String fileId)
Lists a file's revisions. |
Drive.Revisions.Patch |
patch(java.lang.String fileId,
java.lang.String revisionId,
Revision content)
Updates a revision. |
Drive.Revisions.Update |
update(java.lang.String fileId,
java.lang.String revisionId,
Revision content)
Updates a revision. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Drive.Revisions()
Method Detail |
---|
public Drive.Revisions.Delete delete(java.lang.String fileId, java.lang.String revisionId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.revisionId
- The ID of the revision.
java.io.IOException
public Drive.Revisions.Get get(java.lang.String fileId, java.lang.String revisionId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID of the file.revisionId
- The ID of the revision.
java.io.IOException
public Drive.Revisions.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.Revisions.Patch patch(java.lang.String fileId, java.lang.String revisionId, Revision content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID for the file.revisionId
- The ID for the revision.content
- the Revision
java.io.IOException
public Drive.Revisions.Update update(java.lang.String fileId, java.lang.String revisionId, Revision content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
fileId
- The ID for the file.revisionId
- The ID for the revision.content
- the Revision
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |