|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use App | |
|---|---|
| com.google.api.services.drive.model | |
| Uses of App in com.google.api.services.drive.model |
|---|
| Methods in com.google.api.services.drive.model that return App | |
|---|---|
App |
App.setAuthorized(Boolean authorized)
Whether the app is authorized to access data on the user's Drive. |
App |
App.setIcons(List<App.Icons> 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)
This is always drive#app. |
App |
App.setName(String name)
The name of the app. |
App |
App.setObjectType(String objectType)
The name of the type of object this app creates. |
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.setProductUrl(String productUrl)
The product URL. |
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.setSupportsCreate(Boolean supportsCreate)
Whether this app supports creating new objects. |
App |
App.setSupportsImport(Boolean supportsImport)
Whether this app supports importing Google Docs. |
| Methods in com.google.api.services.drive.model that return types with arguments of type App | |
|---|---|
List<App> |
AppList.getItems()
The actual list of apps. |
| Method parameters in com.google.api.services.drive.model with type arguments of type App | |
|---|---|
AppList |
AppList.setItems(List<App> items)
The actual list of apps. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||