public class Drive.Apps
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Drive.Apps.Get |
class |
Drive.Apps.List |
Constructor and Description |
---|
Drive.Apps() |
Modifier and Type | Method and Description |
---|---|
Drive.Apps.Get |
get(java.lang.String appId)
Gets a specific app.
|
Drive.Apps.List |
list()
Lists a user's installed apps.
|
public Drive.Apps.Get get(java.lang.String appId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.appId
- The ID of the app.java.io.IOException
public Drive.Apps.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.java.io.IOException