| 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.IOExceptionpublic Drive.Apps.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionCopyright © 2011–2023 Google. All rights reserved.