|
||||||||||
| 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(String fileId,
String revisionId)
Removes a revision. |
Drive.Revisions.Get |
get(String fileId,
String revisionId)
Gets a specific revision. |
Drive.Revisions.List |
list(String fileId)
Lists a file's revisions. |
Drive.Revisions.Patch |
patch(String fileId,
String revisionId,
Revision content)
Updates a revision. |
Drive.Revisions.Update |
update(String fileId,
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.Patch patch(String fileId,
String revisionId,
Revision content)
throws IOException
Drive.Revisions.Patch.execute() method to invoke the remote operation.
fileId - The ID for the file.revisionId - The ID for the revision.content - the Revision
IOException - if the initialization of the request fails
public Drive.Revisions.Get get(String fileId,
String revisionId)
throws IOException
Drive.Revisions.Get.execute() method to invoke the remote operation.
fileId - The ID of the file.revisionId - The ID of the revision.
IOException - if the initialization of the request fails
public Drive.Revisions.List list(String fileId)
throws IOException
Drive.Revisions.List.execute() method to invoke the remote operation.
fileId - The ID of the file.
IOException - if the initialization of the request fails
public Drive.Revisions.Update update(String fileId,
String revisionId,
Revision content)
throws IOException
Drive.Revisions.Update.execute() method to invoke the remote operation.
fileId - The ID for the file.revisionId - The ID for the revision.content - the Revision
IOException - if the initialization of the request fails
public Drive.Revisions.Delete delete(String fileId,
String revisionId)
throws IOException
Drive.Revisions.Delete.execute() method to invoke the remote operation.
fileId - The ID of the file.revisionId - The ID of the revision.
IOException - if the initialization of the request fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||