Class AnonymousLimits

    • Constructor Detail

      • AnonymousLimits

        public AnonymousLimits()
    • Method Detail

      • getUploadLimit

        public int getUploadLimit()
        Returns the upload limit of the affected user type.
        Specified by:
        getUploadLimit in interface Limits
        Returns:
        The upload limit of the affected user type.
      • setUploadLimit

        public void setUploadLimit​(int uploadLimit)
        Sets the upload limit of the affected user type.
        Specified by:
        setUploadLimit in interface Limits
        Parameters:
        uploadLimit - The upload limit of the affected user type.
      • getMaxFiles

        public int getMaxFiles()
        Returns the maximum number of files for the affected user type.
        Specified by:
        getMaxFiles in interface Limits
        Returns:
        The maximum number of files for the affected user type.
      • setMaxFiles

        public void setMaxFiles​(int maxFiles)
        Sets the maximum number of files for the affected user type.
        Specified by:
        setMaxFiles in interface Limits
        Parameters:
        maxFiles - The maximum number of files for the affected user type.
      • getDiskSpaceLimit

        public int getDiskSpaceLimit()
        Returns the disk space limit of the affected user type.
        Specified by:
        getDiskSpaceLimit in interface Limits
        Returns:
        The disk space limit of the affected user type.
      • setDiskSpaceLimit

        public void setDiskSpaceLimit​(int diskSpaceLimit)
        Sets the disk space limit of the affected user type.
        Specified by:
        setDiskSpaceLimit in interface Limits
        Parameters:
        diskSpaceLimit - The disk space limit of the affected user type.
      • hasLimits

        public boolean hasLimits()
        Returns true, if usage limits exist for the user type.
        Specified by:
        hasLimits in interface Limits
        Returns:
        true, if limits have been set for the affected user type.