Drive API v2 (revision 1)



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

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

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

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

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

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

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