Uses of Class
org.teamapps.dto.UiChatFile
-
-
Uses of UiChatFile in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiChatFile Modifier and Type Field Description protected java.util.List<UiChatFile>UiChatMessage. filesMethods in org.teamapps.dto that return UiChatFile Modifier and Type Method Description UiChatFileUiChatFile. setDownloadUrl(java.lang.String downloadUrl)UiChatFileUiChatFile. setIcon(java.lang.String icon)UiChatFileUiChatFile. setLength(long length)UiChatFileUiChatFile. setName(java.lang.String name)UiChatFileUiChatFile. setThumbnailUrl(java.lang.String thumbnailUrl)Methods in org.teamapps.dto that return types with arguments of type UiChatFile Modifier and Type Method Description java.util.List<UiChatFile>UiChatMessage. getFiles()Method parameters in org.teamapps.dto with type arguments of type UiChatFile Modifier and Type Method Description UiChatMessageUiChatMessage. setFiles(java.util.List<UiChatFile> files)
-