|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.drive.model.About
public final class About
An item with user information and settings.
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 |
About.AdditionalRoleInfo
Model definition for AboutAdditionalRoleInfo. |
static class |
About.ExportFormats
Model definition for AboutExportFormats. |
static class |
About.Features
Model definition for AboutFeatures. |
static class |
About.ImportFormats
Model definition for AboutImportFormats. |
static class |
About.MaxUploadSizes
Model definition for AboutMaxUploadSizes. |
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
About()
|
Method Summary | |
---|---|
List<About.AdditionalRoleInfo> |
getAdditionalRoleInfo()
Information about supported additional roles per file type. |
String |
getDomainSharingPolicy()
The domain sharing policy for the current user. |
String |
getEtag()
The ETag of the item. |
List<About.ExportFormats> |
getExportFormats()
The allowable export formats. |
List<About.Features> |
getFeatures()
List of additional features enabled on this account. |
List<About.ImportFormats> |
getImportFormats()
The allowable import formats. |
Boolean |
getIsCurrentAppInstalled()
A boolean indicating whether the authenticated app is installed by the authenticated user. |
String |
getKind()
This is always drive#about. |
Long |
getLargestChangeId()
The largest change id. |
List<About.MaxUploadSizes> |
getMaxUploadSizes()
List of max upload sizes for each file type. |
String |
getName()
The name of the current user. |
String |
getPermissionId()
The current user's ID as visible in the permissions collection. |
Long |
getQuotaBytesTotal()
The total number of quota bytes. |
Long |
getQuotaBytesUsed()
The number of quota bytes used by Google Drive. |
Long |
getQuotaBytesUsedAggregate()
The number of quota bytes used by all Google apps (Drive, Picasa, etc.). |
Long |
getQuotaBytesUsedInTrash()
The number of quota bytes used by trashed items. |
Long |
getRemainingChangeIds()
The number of remaining change ids. |
String |
getRootFolderId()
The id of the root folder. |
String |
getSelfLink()
A link back to this item. |
User |
getUser()
The authenticated user. |
About |
setAdditionalRoleInfo(List<About.AdditionalRoleInfo> additionalRoleInfo)
Information about supported additional roles per file type. |
About |
setDomainSharingPolicy(String domainSharingPolicy)
The domain sharing policy for the current user. |
About |
setEtag(String etag)
The ETag of the item. |
About |
setExportFormats(List<About.ExportFormats> exportFormats)
The allowable export formats. |
About |
setFeatures(List<About.Features> features)
List of additional features enabled on this account. |
About |
setImportFormats(List<About.ImportFormats> importFormats)
The allowable import formats. |
About |
setIsCurrentAppInstalled(Boolean isCurrentAppInstalled)
A boolean indicating whether the authenticated app is installed by the authenticated user. |
About |
setKind(String kind)
This is always drive#about. |
About |
setLargestChangeId(Long largestChangeId)
The largest change id. |
About |
setMaxUploadSizes(List<About.MaxUploadSizes> maxUploadSizes)
List of max upload sizes for each file type. |
About |
setName(String name)
The name of the current user. |
About |
setPermissionId(String permissionId)
The current user's ID as visible in the permissions collection. |
About |
setQuotaBytesTotal(Long quotaBytesTotal)
The total number of quota bytes. |
About |
setQuotaBytesUsed(Long quotaBytesUsed)
The number of quota bytes used by Google Drive. |
About |
setQuotaBytesUsedAggregate(Long quotaBytesUsedAggregate)
The number of quota bytes used by all Google apps (Drive, Picasa, etc.). |
About |
setQuotaBytesUsedInTrash(Long quotaBytesUsedInTrash)
The number of quota bytes used by trashed items. |
About |
setRemainingChangeIds(Long remainingChangeIds)
The number of remaining change ids. |
About |
setRootFolderId(String rootFolderId)
The id of the root folder. |
About |
setSelfLink(String selfLink)
A link back to this item. |
About |
setUser(User user)
The authenticated user. |
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 About()
Method Detail |
---|
public List<About.AdditionalRoleInfo> getAdditionalRoleInfo()
null
.
public About setAdditionalRoleInfo(List<About.AdditionalRoleInfo> additionalRoleInfo)
null
.
public String getDomainSharingPolicy()
null
.
public About setDomainSharingPolicy(String domainSharingPolicy)
null
.
public String getEtag()
null
.
public About setEtag(String etag)
null
.
public List<About.ExportFormats> getExportFormats()
null
.
public About setExportFormats(List<About.ExportFormats> exportFormats)
null
.
public List<About.Features> getFeatures()
null
.
public About setFeatures(List<About.Features> features)
null
.
public List<About.ImportFormats> getImportFormats()
null
.
public About setImportFormats(List<About.ImportFormats> importFormats)
null
.
public Boolean getIsCurrentAppInstalled()
null
.
public About setIsCurrentAppInstalled(Boolean isCurrentAppInstalled)
null
.
public String getKind()
null
.
public About setKind(String kind)
null
.
public Long getLargestChangeId()
null
.
public About setLargestChangeId(Long largestChangeId)
null
.
public List<About.MaxUploadSizes> getMaxUploadSizes()
null
.
public About setMaxUploadSizes(List<About.MaxUploadSizes> maxUploadSizes)
null
.
public String getName()
null
.
public About setName(String name)
null
.
public String getPermissionId()
null
.
public About setPermissionId(String permissionId)
null
.
public Long getQuotaBytesTotal()
null
.
public About setQuotaBytesTotal(Long quotaBytesTotal)
null
.
public Long getQuotaBytesUsed()
null
.
public About setQuotaBytesUsed(Long quotaBytesUsed)
null
.
public Long getQuotaBytesUsedAggregate()
null
.
public About setQuotaBytesUsedAggregate(Long quotaBytesUsedAggregate)
null
.
public Long getQuotaBytesUsedInTrash()
null
.
public About setQuotaBytesUsedInTrash(Long quotaBytesUsedInTrash)
null
.
public Long getRemainingChangeIds()
null
.
public About setRemainingChangeIds(Long remainingChangeIds)
null
.
public String getRootFolderId()
null
.
public About setRootFolderId(String rootFolderId)
null
.
public String getSelfLink()
null
.
public About setSelfLink(String selfLink)
null
.
public User getUser()
null
.
public About setUser(User user)
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |