|
||||||||||
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(java.lang.Boolean authorized)
Whether the app is authorized to access data on the user's Drive. |
App |
App.setIcons(java.util.List<App.Icons> icons)
The various icons for the app. |
App |
App.setId(java.lang.String id)
The ID of the app. |
App |
App.setInstalled(java.lang.Boolean installed)
Whether the app is installed. |
App |
App.setKind(java.lang.String kind)
This is always drive#app. |
App |
App.setName(java.lang.String name)
The name of the app. |
App |
App.setObjectType(java.lang.String objectType)
The type of object this app creates (e.g. |
App |
App.setPrimaryFileExtensions(java.util.List<java.lang.String> primaryFileExtensions)
The list of primary file extensions. |
App |
App.setPrimaryMimeTypes(java.util.List<java.lang.String> primaryMimeTypes)
The list of primary mime types. |
App |
App.setProductUrl(java.lang.String productUrl)
The product URL. |
App |
App.setSecondaryFileExtensions(java.util.List<java.lang.String> secondaryFileExtensions)
The list of secondary file extensions. |
App |
App.setSecondaryMimeTypes(java.util.List<java.lang.String> secondaryMimeTypes)
The list of secondary mime types. |
App |
App.setSupportsCreate(java.lang.Boolean supportsCreate)
Whether this app supports creating new objects. |
App |
App.setSupportsImport(java.lang.Boolean supportsImport)
Whether this app supports importing Google Docs. |
App |
App.setUseByDefault(java.lang.Boolean useByDefault)
Whether the app is selected as the default handler for the types it supports. |
Methods in com.google.api.services.drive.model that return types with arguments of type App | |
---|---|
java.util.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(java.util.List<App> items)
The actual list of apps. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |