Uses of Class
com.microsoft.graph.models.UnifiedStorageQuota
Packages that use UnifiedStorageQuota
-
Uses of UnifiedStorageQuota in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UnifiedStorageQuotaModifier and TypeMethodDescriptionstatic UnifiedStorageQuotaUnifiedStorageQuota.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueStorageSettings.getQuota()Gets the quota property value.UserStorage.getQuota()Gets the quota property value.Methods in com.microsoft.graph.models with parameters of type UnifiedStorageQuotaModifier and TypeMethodDescriptionvoidStorageSettings.setQuota(UnifiedStorageQuota value) Sets the quota property value.voidUserStorage.setQuota(UnifiedStorageQuota value) Sets the quota property value.