Drive API v2 (revision 1)



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

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

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

Methods in com.google.api.services.drive that return Change
 Change Drive.Changes.Get.execute()
          Sends the "get" request to the Drive server.
 

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

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

Methods in com.google.api.services.drive.model that return Change
 Change Change.setDeleted(Boolean deleted)
          Whether the file has been deleted.
 Change Change.setFile(File file)
          The updated state of the file.
 Change Change.setFileId(String fileId)
          The ID of the file associated with this change.
 Change Change.setId(BigInteger id)
          The ID of the change.
 Change Change.setKind(String kind)
          This is always drive#change.
 Change Change.setSelfLink(String selfLink)
          A link back to this change.
 

Methods in com.google.api.services.drive.model that return types with arguments of type Change
 List<Change> ChangeList.getItems()
          The actual list of changes.
 

Method parameters in com.google.api.services.drive.model with type arguments of type Change
 ChangeList ChangeList.setItems(List<Change> items)
          The actual list of changes.