Uses of Class
org.teamapps.dto.UiChatPhoto
-
-
Uses of UiChatPhoto in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiChatPhoto Modifier and Type Field Description protected java.util.List<UiChatPhoto>UiChatMessage. photosMethods in org.teamapps.dto that return UiChatPhoto Modifier and Type Method Description UiChatPhotoUiChatPhoto. setFileName(java.lang.String fileName)UiChatPhotoUiChatPhoto. setImageUrl(java.lang.String imageUrl)UiChatPhotoUiChatPhoto. setThumbnailUrl(java.lang.String thumbnailUrl)Methods in org.teamapps.dto that return types with arguments of type UiChatPhoto Modifier and Type Method Description java.util.List<UiChatPhoto>UiChatMessage. getPhotos()Method parameters in org.teamapps.dto with type arguments of type UiChatPhoto Modifier and Type Method Description UiChatMessageUiChatMessage. setPhotos(java.util.List<UiChatPhoto> photos)
-