Drive API v2 (revision 47)



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 java.lang.Object

The "apps" collection of methods.


Nested Class Summary
 class Drive.Apps.Get
           
 class Drive.Apps.List
           
 
Constructor Summary
Drive.Apps()
           
 
Method Summary
 Drive.Apps.Get get(java.lang.String appId)
          Gets a specific app.
 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

get

public Drive.Apps.Get get(java.lang.String appId)
                   throws java.io.IOException
Gets a specific app. Create a request for the method "apps.get". This request holds the parameters needed by the the drive server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
appId - The ID of the app.
Returns:
the request
Throws:
java.io.IOException

list

public Drive.Apps.List list()
                     throws java.io.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 AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Returns:
the request
Throws:
java.io.IOException