Drive API v2 (revision 1)



Uses of Class
com.google.api.services.drive.model.RevisionList

Packages that use RevisionList
com.google.api.services.drive   
com.google.api.services.drive.model   
 

Uses of RevisionList in com.google.api.services.drive
 

Methods in com.google.api.services.drive that return RevisionList
 RevisionList Drive.Revisions.List.execute()
          Sends the "list" request to the Drive server.
 

Method parameters in com.google.api.services.drive with type arguments of type RevisionList
 void Drive.Revisions.List.queue(BatchRequest batch, JsonBatchCallback<RevisionList> callback)
          Queues the "list" request to the Drive server into the given batch request.
 

Uses of RevisionList in com.google.api.services.drive.model
 

Methods in com.google.api.services.drive.model that return RevisionList
 RevisionList RevisionList.setEtag(String etag)
          The ETag of the list.
 RevisionList RevisionList.setItems(List<Revision> items)
          The actual list of revisions.
 RevisionList RevisionList.setKind(String kind)
          This is always drive#revisionList.
 RevisionList RevisionList.setSelfLink(String selfLink)
          A link back to this list.