Class FileSending

    • Constructor Summary

      Constructors 
      Constructor and Description
      FileSending() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String[] getExtensions()
      Gets file extensions that are allowed for file sending
      boolean isEnabled()
      Indicates if file sending is enabled
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileSending

        public FileSending()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Indicates if file sending is enabled
        Returns:
        true if enabled, false otherwise
      • getExtensions

        public java.lang.String[] getExtensions()
        Gets file extensions that are allowed for file sending

        File sending is configurable via File Sending Dashboard Settings

        Returns:
        array of allowed extensions
      • toString

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