Uses of Class
com.openexchange.messaging.Quota

Packages that use Quota
com.openexchange.messaging   
 

Uses of Quota in com.openexchange.messaging
 

Methods in com.openexchange.messaging that return Quota
 Quota MessagingFolderAccess.getMessageQuota(java.lang.String folderId)
          Detects both quota limit and quota usage of MESSAGE resource on given messaging folder's quota-root.
 Quota[] MessagingFolderAccess.getQuotas(java.lang.String folder, Quota.Type[] types)
          Detects both quotas' limit and usage on given messaging folder's quota-root for specified resource types.
 Quota MessagingFolderAccess.getStorageQuota(java.lang.String folderId)
          Detects both quota limit and quota usage of STORAGE resource on given messaging folder's quota-root.
 Quota Quota.Type.getUnlimited()
          Gets constant for unlimited quota for this resource type
static Quota Quota.getUnlimitedQuota(Quota.Type type)
          Gets constant for unlimited quota for specified resource type This is a convenience method that invokes Quota.Type.getUnlimited() for specified instance of Quota.Type.
static Quota[] Quota.getUnlimitedQuotas(Quota.Type[] types)
          Gets constants for unlimited quota for specified resource types This is a convenience method that invokes Quota.Type.getUnlimited() for each type in given array of Quota.Type.