Class DriveAbout
- java.lang.Object
-
- org.springframework.social.google.api.drive.DriveAbout
-
public class DriveAbout extends Object
Model class representing Google Drive general details for the current user- Author:
- Gabriel Axel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDriveAbout.FormatMappingstatic classDriveAbout.RoleInfostatic classDriveAbout.RoleSet
-
Constructor Summary
Constructors Constructor Description DriveAbout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DriveAbout.RoleInfo>getAdditionalRoleInfo()StringgetDomainSharingPolicy()List<DriveAbout.FormatMapping>getExportFormats()Map<String,Double>getFeatures()List<DriveAbout.FormatMapping>getImportFormats()StringgetLanguageCode()longgetLargestChangeId()Map<String,Long>getMaxUploadSizes()StringgetName()StringgetPermissionId()longgetQuotaBytesTotal()longgetQuotaBytesUsed()longgetQuotaBytesUsedAggregate()longgetQuotaBytesUsedInTrash()longgetRemainingChangeIds()StringgetRootFolderId()DriveUsergetUser()booleanisCurrentAppInstalled()
-
-
-
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()
-
getImportFormats
public List<DriveAbout.FormatMapping> getImportFormats()
-
getExportFormats
public List<DriveAbout.FormatMapping> getExportFormats()
-
getAdditionalRoleInfo
public List<DriveAbout.RoleInfo> getAdditionalRoleInfo()
-
getPermissionId
public String getPermissionId()
-
isCurrentAppInstalled
public boolean isCurrentAppInstalled()
-
getUser
public DriveUser getUser()
-
getQuotaBytesUsedAggregate
public long getQuotaBytesUsedAggregate()
-
getLanguageCode
public String getLanguageCode()
-
-