Drive API v2 (revision 1)



com.google.api.services.drive
Class Drive.Apps

java.lang.Object
  extended by com.google.api.services.drive.Drive.Apps
Enclosing class:
Drive

public class Drive.Apps
extends Object

The "apps" collection of methods.


Nested Class Summary
 class Drive.Apps.List
           
 
Constructor Summary
Drive.Apps()
           
 
Method Summary
 Drive.Apps.List list()
          Lists a user's apps.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Drive.Apps

public Drive.Apps()
Method Detail

list

public Drive.Apps.List list()
                     throws IOException
Lists a user's apps. Create a request for the method "apps.list". This request holds the parameters needed by the the drive server. After setting any optional parameters, call the Drive.Apps.List.execute() method to invoke the remote operation.

Returns:
the request
Throws:
IOException - if the initialization of the request fails