Drive API v2 (revision 1)



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

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

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

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

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

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

Methods in com.google.api.services.drive.model that return ChangeList
 ChangeList ChangeList.setEtag(String etag)
          The ETag of the list.
 ChangeList ChangeList.setItems(List<Change> items)
          The actual list of changes.
 ChangeList ChangeList.setKind(String kind)
          This is always drive#changeList.
 ChangeList ChangeList.setLargestChangeId(BigInteger largestChangeId)
          The current largest change ID.
 ChangeList ChangeList.setNextLink(String nextLink)
          A link to the next page of changes.
 ChangeList ChangeList.setNextPageToken(String nextPageToken)
          The page token for the next page of changes.
 ChangeList ChangeList.setSelfLink(String selfLink)
          A link back to this list.