Drive API v2 (revision 1)



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

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

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

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

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

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

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