Uses of Class
org.teamapps.ux.component.chat.NewChatMessageData.UploadedFile
-
Packages that use NewChatMessageData.UploadedFile Package Description org.teamapps.ux.component.chat -
-
Uses of NewChatMessageData.UploadedFile in org.teamapps.ux.component.chat
Methods in org.teamapps.ux.component.chat that return types with arguments of type NewChatMessageData.UploadedFile Modifier and Type Method Description java.util.List<NewChatMessageData.UploadedFile>NewChatMessageData. getFiles()Constructor parameters in org.teamapps.ux.component.chat with type arguments of type NewChatMessageData.UploadedFile Constructor Description NewChatMessageData(java.lang.String text, java.util.List<NewChatMessageData.UploadedFile> files)
-