Drive API v2 (revision 47)



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

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

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

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

Methods in com.google.api.services.drive.model that return types with arguments of type Change
 java.util.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(java.util.List<Change> items)
          The actual list of changes.