|
||||||||||
| 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
| 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()
Additional ACL role info. |
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. |
Long |
getQuotaBytesUsedInTrash()
The number of quota bytes used by trashed items. |
Long |
getRemainingChangeIds()
The number of remaining change ids. |
HttpHeaders |
getResponseHeaders()
Returns the HTTP headers that were returned with the server response, or null. |
String |
getRootFolderId()
The id of the root folder. |
String |
getSelfLink()
A link back to this item. |
About |
setAdditionalRoleInfo(List<About.AdditionalRoleInfo> additionalRoleInfo)
Additional ACL role info. |
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. |
About |
setQuotaBytesUsedInTrash(Long quotaBytesUsedInTrash)
The number of quota bytes used by trashed items. |
About |
setRemainingChangeIds(Long remainingChangeIds)
The number of remaining change ids. |
void |
setResponseHeaders(HttpHeaders responseHeaders)
Sets the HTTP headers returned with the server response, or null. |
About |
setRootFolderId(String rootFolderId)
The id of the root folder. |
About |
setSelfLink(String selfLink)
A link back to this item. |
| 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 String getKind()
null.
public About setKind(String kind)
null.
public List<About.Features> getFeatures()
null.
public About setFeatures(List<About.Features> features)
null.
public Long getQuotaBytesUsed()
null.
public About setQuotaBytesUsed(Long quotaBytesUsed)
null.
public String getPermissionId()
null.
public About setPermissionId(String permissionId)
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 Long getRemainingChangeIds()
null.
public About setRemainingChangeIds(Long remainingChangeIds)
null.
public List<About.AdditionalRoleInfo> getAdditionalRoleInfo()
null.
public About setAdditionalRoleInfo(List<About.AdditionalRoleInfo> additionalRoleInfo)
null.
public String getEtag()
null.
public About setEtag(String etag)
null.
public List<About.ImportFormats> getImportFormats()
null.
public About setImportFormats(List<About.ImportFormats> importFormats)
null.
public Long getQuotaBytesTotal()
null.
public About setQuotaBytesTotal(Long quotaBytesTotal)
null.
public String getRootFolderId()
null.
public About setRootFolderId(String rootFolderId)
null.
public Long getLargestChangeId()
null.
public About setLargestChangeId(Long largestChangeId)
null.
public Long getQuotaBytesUsedInTrash()
null.
public About setQuotaBytesUsedInTrash(Long quotaBytesUsedInTrash)
null.
public List<About.ExportFormats> getExportFormats()
null.
public About setExportFormats(List<About.ExportFormats> exportFormats)
null.
public String getDomainSharingPolicy()
null.
public About setDomainSharingPolicy(String domainSharingPolicy)
null.
public String getSelfLink()
null.
public About setSelfLink(String selfLink)
null.
public Boolean getIsCurrentAppInstalled()
null.
public About setIsCurrentAppInstalled(Boolean isCurrentAppInstalled)
null.
public void setResponseHeaders(HttpHeaders responseHeaders)
null.
This member should only be non-null if this object was the top level element of a response. For
example, a request that returns a single About would include the response headers,
while a request which returns an array of About, would have a non-null response header
in the enclosing object only.
public HttpHeaders getResponseHeaders()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||