Interface ClientConfiguration

All Known Implementing Classes:
DefaultClientConfiguration

public interface ClientConfiguration
  • Method Details

    • setMaxUploadFileSize

      void setMaxUploadFileSize(int maxFileSize)
    • getMaxUploadFileSize

      int getMaxUploadFileSize()
    • setInternalCustomProperties

      void setInternalCustomProperties(Map<String,String> customProperties)
    • getInternalCustomProperties

      Map<String,String> getInternalCustomProperties()
    • setKeyboardHotkeys

      void setKeyboardHotkeys(List<ShortcutHotkey> keyboardHotkeys)
    • getKeyboardHotkeys

      List<ShortcutHotkey> getKeyboardHotkeys()