Package io.jmix.notifications.entity
Class InAppNotification
java.lang.Object
io.jmix.notifications.entity.InAppNotification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()getId()getType()voidvoidsetContentType(String contentType) voidsetCreatedBy(String createdBy) voidsetCreatedDate(Date createdDate) voidvoidsetReadStatus(NotificationReadStatus status) voidsetRecipient(String recipient) voidsetSubject(String subject) void
-
Constructor Details
-
InAppNotification
public InAppNotification()
-
-
Method Details
-
getType
-
setType
-
getReadStatus
-
setReadStatus
-
getRecipient
-
setRecipient
-
getBody
-
setBody
-
getContentType
-
setContentType
-
getSubject
-
setSubject
-
getCreatedDate
-
setCreatedDate
-
getCreatedBy
-
setCreatedBy
-
getId
-
setId
-