Interface IChatEntry
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FulfilledUploadRequestViewMessage, MessageViewModel, StartChatEntry
Common interface for all chat entries as seen in the backoffice inbox.
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionReturns the sender of the chat entry.Returns the sender context of the chat entry.Returns the CSS class for the sender of the chat entry.Returns an icon for the sender of the chat entry.getSenderName(Locale locale) Returns the sender name of the chat entry.Returns the subject of the chat entry.Returns the timestamp of the chat entry.Returns the view id of the chat entry.
-
Method Details
-
getSender
UserViewModel getSender()Returns the sender of the chat entry.- Returns:
- The sender of the chat entry.
-
getSenderContext
String getSenderContext()Returns the sender context of the chat entry.- Returns:
- The sender context of the chat entry.
-
getSenderIcon
String getSenderIcon()Returns an icon for the sender of the chat entry.- Returns:
- An icon for the sender of the chat entry.
-
getSenderName
-
getTimestamp
Instant getTimestamp()Returns the timestamp of the chat entry.- Returns:
- The timestamp of the chat entry.
-
getViewId
-
getSubject
-
getSenderCssClass
String getSenderCssClass()Returns the CSS class for the sender of the chat entry.- Returns:
- The CSS class for the sender of the chat entry.
-