Uses of Class
de.xima.fc.inbox.model.messages.MessageAttachmentViewModel
-
Packages that use MessageAttachmentViewModel Package Description de.xima.fc.inbox.model.messages -
-
Uses of MessageAttachmentViewModel in de.xima.fc.inbox.model.messages
Methods in de.xima.fc.inbox.model.messages that return types with arguments of type MessageAttachmentViewModel Modifier and Type Method Description static List<MessageAttachmentViewModel>
MessageAttachmentViewModel. createMessageAttachmentViewModels(List<Attachment> attachments)
List<MessageAttachmentViewModel>
MessageViewModel. getAttachments()
Constructor parameters in de.xima.fc.inbox.model.messages with type arguments of type MessageAttachmentViewModel Constructor Description MessageViewModel(String messageContent, Instant messageTimestamp, String uploadRequestUuid, List<MessageAttachmentViewModel> attachments, List<UploadResponseViewModel> uploadResponses, String senderContext, String senderName, String senderAuthRef, UserProfile senderUserProfile)
-