Uses of Class
com.amilesend.onedrive.resource.drive.Quota.QuotaBuilder
Packages that use Quota.QuotaBuilder
-
Uses of Quota.QuotaBuilder in com.amilesend.onedrive.resource.drive
Methods in com.amilesend.onedrive.resource.drive that return Quota.QuotaBuilderModifier and TypeMethodDescriptionstatic Quota.QuotaBuilder
Quota.builder()
Quota.QuotaBuilder.deleted
(long deleted) Storage space used by deleted items (recycle bin) in bytes.Quota.QuotaBuilder.fileCount
(long fileCount) The total number of files (not applicable to personal OneDrive accounts).Quota.QuotaBuilder.remaining
(long remaining) Remaining storage space in bytes.The storage space state.Quota.QuotaBuilder.total
(long total) Total storage space in bytes.Quota.QuotaBuilder.used
(long used) Used storage space in bytes.