MicrosoftGraphQuota |
MicrosoftGraphDrive.quota() |
Get the quota property: quota.
|
MicrosoftGraphQuota |
MicrosoftGraphQuota.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: quota.
|
MicrosoftGraphQuota |
MicrosoftGraphQuota.withDeleted(Long deleted) |
Set the deleted property: Total space consumed by files in the recycle bin, in bytes.
|
MicrosoftGraphQuota |
MicrosoftGraphQuota.withRemaining(Long remaining) |
Set the remaining property: Total space remaining before reaching the quota limit, in bytes.
|
MicrosoftGraphQuota |
MicrosoftGraphQuota.withState(String state) |
Set the state property: Enumeration value that indicates the state of the storage space.
|
MicrosoftGraphQuota |
MicrosoftGraphQuota.withStoragePlanInformation(MicrosoftGraphStoragePlanInformation storagePlanInformation) |
Set the storagePlanInformation property: storagePlanInformation.
|
MicrosoftGraphQuota |
MicrosoftGraphQuota.withTotal(Long total) |
Set the total property: Total allowed storage space, in bytes.
|
MicrosoftGraphQuota |
MicrosoftGraphQuota.withUsed(Long used) |
Set the used property: Total space used, in bytes.
|