Class DriveAbout


  • public class DriveAbout
    extends Object
    Model class representing Google Drive general details for the current user
    Author:
    Gabriel Axel
    • Constructor Detail

      • DriveAbout

        public DriveAbout()
    • Method Detail

      • getName

        public String getName()
      • getQuotaBytesTotal

        public long getQuotaBytesTotal()
      • getQuotaBytesUsed

        public long getQuotaBytesUsed()
      • getQuotaBytesUsedInTrash

        public long getQuotaBytesUsedInTrash()
      • getLargestChangeId

        public long getLargestChangeId()
      • getRemainingChangeIds

        public long getRemainingChangeIds()
      • getRootFolderId

        public String getRootFolderId()
      • getDomainSharingPolicy

        public String getDomainSharingPolicy()
      • getMaxUploadSizes

        public Map<String,​Long> getMaxUploadSizes()
      • getPermissionId

        public String getPermissionId()
      • isCurrentAppInstalled

        public boolean isCurrentAppInstalled()
      • getQuotaBytesUsedAggregate

        public long getQuotaBytesUsedAggregate()
      • getLanguageCode

        public String getLanguageCode()