Class FileUpload

    • Field Detail

      • minCount

        protected Integer minCount
      • maxCount

        protected Integer maxCount
      • minSize

        protected Long minSize
      • maxSize

        protected Long maxSize
      • fileTypes

        protected String fileTypes
    • Constructor Detail

      • FileUpload

        public FileUpload()
    • Method Detail

      • getMinCount

        public Integer getMinCount()
        The minimum number of files.
        Returns:
        possible object is Integer
      • setMinCount

        public void setMinCount​(Integer value)
        Sets the value of the minCount property.
        Parameters:
        value - allowed object is Integer
      • getMaxCount

        public Integer getMaxCount()
        The maximum number of files.
        Returns:
        possible object is Integer
      • setMaxCount

        public void setMaxCount​(Integer value)
        Sets the value of the maxCount property.
        Parameters:
        value - allowed object is Integer
      • getMinSize

        public Long getMinSize()
        The minimum size of each file.
        Returns:
        possible object is Long
      • setMinSize

        public void setMinSize​(Long value)
        Sets the value of the minSize property.
        Parameters:
        value - allowed object is Long
      • getMaxSize

        public Long getMaxSize()
        The maximum size of each file.
        Returns:
        possible object is Long
      • setMaxSize

        public void setMaxSize​(Long value)
        Sets the value of the maxSize property.
        Parameters:
        value - allowed object is Long
      • getUnit

        public String getUnit()
        The unit to use for size restrictions.
        Returns:
        possible object is String
      • setUnit

        public void setUnit​(String value)
        Sets the value of the unit property.
        Parameters:
        value - allowed object is String
      • getFileTypes

        public String getFileTypes()
        A comma separated list of allowed file-extensions.
        Returns:
        possible object is String
      • setFileTypes

        public void setFileTypes​(String value)
        Sets the value of the fileTypes property.
        Parameters:
        value - allowed object is String