target.apidocs.com.google.api.services.drive.Drive.Apps.html Maven / Gradle / Ivy
Drive.Apps (Google Drive API v3-rev20240123-2.0.0)
com.google.api.services.drive
Class Drive.Apps
- java.lang.Object
-
- com.google.api.services.drive.Drive.Apps
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Drive.Apps.Get
class
Drive.Apps.List
-
Constructor Summary
Constructors
Constructor and Description
Apps()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
get
public Drive.Apps.Get get(String appId)
throws IOException
Gets a specific app.
Create a request for the method "apps.get".
This request holds the parameters needed by 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:
IOException
-
list
public Drive.Apps.List list()
throws IOException
Lists a user's installed apps.
Create a request for the method "apps.list".
This request holds the parameters needed by the drive server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.