Uses of Class
org.teamapps.dto.UiChatNewFile
-
Uses of UiChatNewFile in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiChatNewFile Modifier and Type Field Description protected java.util.List<UiChatNewFile>UiNewChatMessage. uploadedFilesMethods in org.teamapps.dto that return UiChatNewFile Modifier and Type Method Description UiChatNewFileUiChatNewFile. setFileName(java.lang.String fileName)UiChatNewFileUiChatNewFile. setUploadedFileUuid(java.lang.String uploadedFileUuid)Methods in org.teamapps.dto that return types with arguments of type UiChatNewFile Modifier and Type Method Description java.util.List<UiChatNewFile>UiNewChatMessage. getUploadedFiles()Method parameters in org.teamapps.dto with type arguments of type UiChatNewFile Modifier and Type Method Description UiNewChatMessageUiNewChatMessage. setUploadedFiles(java.util.List<UiChatNewFile> uploadedFiles)