Modifier and Type | Class and Description |
---|---|
class |
Drive.Apps.Get |
class |
Drive.Apps.List |
Constructor and Description |
---|
Apps() |
Modifier and Type | Method and Description |
---|---|
Drive.Apps.Get |
get(String appId)
Gets a specific app.
|
Drive.Apps.List |
list()
Lists a user's installed apps.
|
public Drive.Apps.Get get(String appId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.appId
- The ID of the app.IOException
public Drive.Apps.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
Copyright © 2011–2024 Google. All rights reserved.