Uses of Class
odata.msgraph.client.beta.complex.Quota
-
Packages that use Quota Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of Quota in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return Quota Modifier and Type Method Description QuotaQuota.Builder. build()QuotaQuota. withDeleted(Long deleted)QuotaQuota. withRemaining(Long remaining)QuotaQuota. withState(String state)QuotaQuota. withStoragePlanInformation(StoragePlanInformation storagePlanInformation)QuotaQuota. withTotal(Long total)QuotaQuota. withUnmappedField(String name, String value)QuotaQuota. withUsed(Long used) -
Uses of Quota in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Quota Modifier and Type Field Description protected QuotaDrive. quotaMethods in odata.msgraph.client.beta.entity that return types with arguments of type Quota Modifier and Type Method Description Optional<Quota>Drive. getQuota()Methods in odata.msgraph.client.beta.entity with parameters of type Quota Modifier and Type Method Description Drive.BuilderDrive.Builder. quota(Quota quota)DriveDrive. withQuota(Quota quota)
-