|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.drive.model.App
public final class App
Information about a third-party application which the user has installed or given access to Google Drive.
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Drive API. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
Nested Class Summary | |
---|---|
static class |
App.Icons
Model definition for AppIcons. |
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
App()
|
Method Summary | |
---|---|
java.lang.Boolean |
getAuthorized()
Whether the app is authorized to access data on the user's Drive. |
java.util.List<App.Icons> |
getIcons()
The various icons for the app. |
java.lang.String |
getId()
The ID of the app. |
java.lang.Boolean |
getInstalled()
Whether the app is installed. |
java.lang.String |
getKind()
This is always drive#app. |
java.lang.String |
getName()
The name of the app. |
java.lang.String |
getObjectType()
The type of object this app creates (e.g. |
java.util.List<java.lang.String> |
getPrimaryFileExtensions()
The list of primary file extensions. |
java.util.List<java.lang.String> |
getPrimaryMimeTypes()
The list of primary mime types. |
java.lang.String |
getProductUrl()
The product URL. |
java.util.List<java.lang.String> |
getSecondaryFileExtensions()
The list of secondary file extensions. |
java.util.List<java.lang.String> |
getSecondaryMimeTypes()
The list of secondary mime types. |
java.lang.Boolean |
getSupportsCreate()
Whether this app supports creating new objects. |
java.lang.Boolean |
getSupportsImport()
Whether this app supports importing Google Docs. |
java.lang.Boolean |
getUseByDefault()
Whether the app is selected as the default handler for the types it supports. |
App |
setAuthorized(java.lang.Boolean authorized)
Whether the app is authorized to access data on the user's Drive. |
App |
setIcons(java.util.List<App.Icons> icons)
The various icons for the app. |
App |
setId(java.lang.String id)
The ID of the app. |
App |
setInstalled(java.lang.Boolean installed)
Whether the app is installed. |
App |
setKind(java.lang.String kind)
This is always drive#app. |
App |
setName(java.lang.String name)
The name of the app. |
App |
setObjectType(java.lang.String objectType)
The type of object this app creates (e.g. |
App |
setPrimaryFileExtensions(java.util.List<java.lang.String> primaryFileExtensions)
The list of primary file extensions. |
App |
setPrimaryMimeTypes(java.util.List<java.lang.String> primaryMimeTypes)
The list of primary mime types. |
App |
setProductUrl(java.lang.String productUrl)
The product URL. |
App |
setSecondaryFileExtensions(java.util.List<java.lang.String> secondaryFileExtensions)
The list of secondary file extensions. |
App |
setSecondaryMimeTypes(java.util.List<java.lang.String> secondaryMimeTypes)
The list of secondary mime types. |
App |
setSupportsCreate(java.lang.Boolean supportsCreate)
Whether this app supports creating new objects. |
App |
setSupportsImport(java.lang.Boolean supportsImport)
Whether this app supports importing Google Docs. |
App |
setUseByDefault(java.lang.Boolean useByDefault)
Whether the app is selected as the default handler for the types it supports. |
Methods inherited from class com.google.api.client.json.GenericJson |
---|
clone, getFactory, setFactory, toPrettyString, toString |
Methods inherited from class com.google.api.client.util.GenericData |
---|
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public App()
Method Detail |
---|
public java.lang.Boolean getAuthorized()
null
.
public App setAuthorized(java.lang.Boolean authorized)
null
.
public java.util.List<App.Icons> getIcons()
null
.
public App setIcons(java.util.List<App.Icons> icons)
null
.
public java.lang.String getId()
null
.
public App setId(java.lang.String id)
null
.
public java.lang.Boolean getInstalled()
null
.
public App setInstalled(java.lang.Boolean installed)
null
.
public java.lang.String getKind()
null
.
public App setKind(java.lang.String kind)
null
.
public java.lang.String getName()
null
.
public App setName(java.lang.String name)
null
.
public java.lang.String getObjectType()
null
.
public App setObjectType(java.lang.String objectType)
null
.
public java.util.List<java.lang.String> getPrimaryFileExtensions()
null
.
public App setPrimaryFileExtensions(java.util.List<java.lang.String> primaryFileExtensions)
null
.
public java.util.List<java.lang.String> getPrimaryMimeTypes()
null
.
public App setPrimaryMimeTypes(java.util.List<java.lang.String> primaryMimeTypes)
null
.
public java.lang.String getProductUrl()
null
.
public App setProductUrl(java.lang.String productUrl)
null
.
public java.util.List<java.lang.String> getSecondaryFileExtensions()
null
.
public App setSecondaryFileExtensions(java.util.List<java.lang.String> secondaryFileExtensions)
null
.
public java.util.List<java.lang.String> getSecondaryMimeTypes()
null
.
public App setSecondaryMimeTypes(java.util.List<java.lang.String> secondaryMimeTypes)
null
.
public java.lang.Boolean getSupportsCreate()
null
.
public App setSupportsCreate(java.lang.Boolean supportsCreate)
null
.
public java.lang.Boolean getSupportsImport()
null
.
public App setSupportsImport(java.lang.Boolean supportsImport)
null
.
public java.lang.Boolean getUseByDefault()
null
.
public App setUseByDefault(java.lang.Boolean useByDefault)
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |