| Package | Description | 
|---|---|
| com.google.api.services.drive.model | 
| Modifier and Type | Method and Description | 
|---|---|
App | 
App.clone()  | 
App | 
App.set(String fieldName,
   Object value)  | 
App | 
App.setAuthorized(Boolean authorized)
Whether the app is authorized to access data on the user's Drive. 
 | 
App | 
App.setCreateInFolderTemplate(String createInFolderTemplate)
The template URL to create a file with this app in a given folder. 
 | 
App | 
App.setCreateUrl(String createUrl)
The URL to create a file with this app. 
 | 
App | 
App.setHasDriveWideScope(Boolean hasDriveWideScope)
Whether the app has Drive-wide scope. 
 | 
App | 
App.setIcons(List<AppIcons> icons)
The various icons for the app. 
 | 
App | 
App.setId(String id)
The ID of the app. 
 | 
App | 
App.setInstalled(Boolean installed)
Whether the app is installed. 
 | 
App | 
App.setKind(String kind)
Output only. 
 | 
App | 
App.setLongDescription(String longDescription)
A long description of the app. 
 | 
App | 
App.setName(String name)
The name of the app. 
 | 
App | 
App.setObjectType(String objectType)
The type of object this app creates such as a Chart. 
 | 
App | 
App.setOpenUrlTemplate(String openUrlTemplate)
The template URL for opening files with this app. 
 | 
App | 
App.setPrimaryFileExtensions(List<String> primaryFileExtensions)
The list of primary file extensions. 
 | 
App | 
App.setPrimaryMimeTypes(List<String> primaryMimeTypes)
The list of primary MIME types. 
 | 
App | 
App.setProductId(String productId)
The ID of the product listing for this app. 
 | 
App | 
App.setProductUrl(String productUrl)
A link to the product listing for this app. 
 | 
App | 
App.setSecondaryFileExtensions(List<String> secondaryFileExtensions)
The list of secondary file extensions. 
 | 
App | 
App.setSecondaryMimeTypes(List<String> secondaryMimeTypes)
The list of secondary MIME types. 
 | 
App | 
App.setShortDescription(String shortDescription)
A short description of the app. 
 | 
App | 
App.setSupportsCreate(Boolean supportsCreate)
Whether this app supports creating objects. 
 | 
App | 
App.setSupportsImport(Boolean supportsImport)
Whether this app supports importing from Google Docs. 
 | 
App | 
App.setSupportsMultiOpen(Boolean supportsMultiOpen)
Whether this app supports opening more than one file. 
 | 
App | 
App.setSupportsOfflineCreate(Boolean supportsOfflineCreate)
Whether this app supports creating files when offline. 
 | 
App | 
App.setUseByDefault(Boolean useByDefault)
Whether the app is selected as the default handler for the types it supports. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<App> | 
AppList.getItems()
The list of apps. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AppList | 
AppList.setItems(List<App> items)
The list of apps. 
 | 
Copyright © 2011–2025 Google. All rights reserved.