Package io.jmix.notifications.entity
Class InAppNotification
java.lang.Object
io.jmix.notifications.entity.InAppNotification
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
InAppNotificationpublic InAppNotification()
 
- 
- 
Method Details- 
getType
- 
setType
- 
getReadStatus
- 
setReadStatus
- 
getRecipient
- 
setRecipient
- 
getBody
- 
setBody
- 
getContentType
- 
setContentType
- 
getSubject
- 
setSubject
- 
getCreatedDate
- 
setCreatedDate
- 
getCreatedBy
- 
setCreatedBy
- 
getId
- 
setId
 
-