Drive API v2 (revision 47)



Uses of Class
com.google.api.services.drive.model.About

Packages that use About
com.google.api.services.drive.model   
 

Uses of About in com.google.api.services.drive.model
 

Methods in com.google.api.services.drive.model that return About
 About About.setAdditionalRoleInfo(java.util.List<About.AdditionalRoleInfo> additionalRoleInfo)
          Information about supported additional roles per file type.
 About About.setDomainSharingPolicy(java.lang.String domainSharingPolicy)
          The domain sharing policy for the current user.
 About About.setEtag(java.lang.String etag)
          The ETag of the item.
 About About.setExportFormats(java.util.List<About.ExportFormats> exportFormats)
          The allowable export formats.
 About About.setFeatures(java.util.List<About.Features> features)
          List of additional features enabled on this account.
 About About.setImportFormats(java.util.List<About.ImportFormats> importFormats)
          The allowable import formats.
 About About.setIsCurrentAppInstalled(java.lang.Boolean isCurrentAppInstalled)
          A boolean indicating whether the authenticated app is installed by the authenticated user.
 About About.setKind(java.lang.String kind)
          This is always drive#about.
 About About.setLargestChangeId(java.lang.Long largestChangeId)
          The largest change id.
 About About.setMaxUploadSizes(java.util.List<About.MaxUploadSizes> maxUploadSizes)
          List of max upload sizes for each file type.
 About About.setName(java.lang.String name)
          The name of the current user.
 About About.setPermissionId(java.lang.String permissionId)
          The current user's ID as visible in the permissions collection.
 About About.setQuotaBytesTotal(java.lang.Long quotaBytesTotal)
          The total number of quota bytes.
 About About.setQuotaBytesUsed(java.lang.Long quotaBytesUsed)
          The number of quota bytes used.
 About About.setQuotaBytesUsedAggregate(java.lang.Long quotaBytesUsedAggregate)
          The number of quota bytes used by all Google apps (Drive, Picasa, etc.).
 About About.setQuotaBytesUsedInTrash(java.lang.Long quotaBytesUsedInTrash)
          The number of quota bytes used by trashed items.
 About About.setRemainingChangeIds(java.lang.Long remainingChangeIds)
          The number of remaining change ids.
 About About.setRootFolderId(java.lang.String rootFolderId)
          The id of the root folder.
 About About.setSelfLink(java.lang.String selfLink)
          A link back to this item.
 About About.setUser(User user)
          The authenticated user.