Uses of Class
org.teamapps.dto.UiChatMessage
-
Uses of UiChatMessage in org.teamapps.dto
Fields in org.teamapps.dto declared as UiChatMessageModifier and TypeFieldDescriptionprotected UiChatMessageUiChatDisplay.UpdateMessageCommand.messageFields in org.teamapps.dto with type parameters of type UiChatMessageMethods in org.teamapps.dto that return UiChatMessageModifier and TypeMethodDescriptionUiChatDisplay.UpdateMessageCommand.getMessage()UiChatMessage.setDeleted(boolean deleted) UiChatMessage.setFiles(List<UiChatFile> files) UiChatMessage.setId(int id) UiChatMessage.setPhotos(List<UiChatPhoto> photos) UiChatMessage.setUserImageUrl(String userImageUrl) UiChatMessage.setUserNickname(String userNickname) Methods in org.teamapps.dto that return types with arguments of type UiChatMessageConstructors in org.teamapps.dto with parameters of type UiChatMessageConstructor parameters in org.teamapps.dto with type arguments of type UiChatMessageModifierConstructorDescriptionUiChatMessageBatch(List<UiChatMessage> messages, boolean containsFirstMessage)