Interface ClientConfiguration
- All Known Implementing Classes:
DefaultClientConfiguration
public interface ClientConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionintvoidsetInternalCustomProperties(Map<String, String> customProperties) voidsetKeyboardHotkeys(List<ShortcutHotkey> keyboardHotkeys) voidsetMaxUploadFileSize(int maxFileSize)
-
Method Details
-
setMaxUploadFileSize
void setMaxUploadFileSize(int maxFileSize) -
getMaxUploadFileSize
int getMaxUploadFileSize() -
setInternalCustomProperties
-
getInternalCustomProperties
-
setKeyboardHotkeys
-
getKeyboardHotkeys
List<ShortcutHotkey> getKeyboardHotkeys()
-