Drive API v2 (revision 1)



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

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

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

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

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

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

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