Class GeneralAttachmentSettings


  • public class GeneralAttachmentSettings
    extends java.lang.Object
    GeneralAttachmentSettings contains global Attachment settings exposed by API
    • Constructor Detail

      • GeneralAttachmentSettings

        public GeneralAttachmentSettings()
    • Method Detail

      • getAllowedTypes

        public java.lang.String getAllowedTypes()
        Get allowedTypes
        Returns:
        allowedTypes
      • setAllowedTypes

        public void setAllowedTypes​(java.lang.String allowedTypes)
      • isEnabled

        public java.lang.Boolean isEnabled()
        Get enabled
        Returns:
        enabled
      • setEnabled

        public void setEnabled​(java.lang.Boolean enabled)
      • getMaxFiles

        public java.lang.Long getMaxFiles()
        Get maxFiles
        Returns:
        maxFiles
      • setMaxFiles

        public void setMaxFiles​(java.lang.Long maxFiles)
      • getMaxSize

        public java.lang.Long getMaxSize()
        Get maxSize
        Returns:
        maxSize
      • setMaxSize

        public void setMaxSize​(java.lang.Long maxSize)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object