Class EmailQuota


  • public class EmailQuota
    extends Object
    Information on an Email Account Quota size
    See Also:
    • Method Detail

      • getMax

        public int getMax()
        Returns:
        the maximum size of the mailbox (in units)
        See Also:
        getUnit()
      • getUnit

        public String getUnit()
        Returns:
        the quota for this e-mail account
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()