Package io.jmix.notifications
Class Notification
java.lang.Object
io.jmix.notifications.Notification
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBody()org.springframework.security.core.userdetails.UserDetailsgetType()voidvoidsetChannel(NotificationChannel channel) voidsetContentType(ContentType contentType) voidsetRecipient(org.springframework.security.core.userdetails.UserDetails recipient) voidsetSubject(String subject) voidsetType(NotificationType type) 
- 
Constructor Details- 
Notificationpublic Notification()
 
- 
- 
Method Details- 
getSubject
- 
setSubject
- 
getBody
- 
setBody
- 
getContentType
- 
setContentType
- 
getType
- 
setType
- 
getChannel
- 
setChannel
- 
getRecipientpublic org.springframework.security.core.userdetails.UserDetails getRecipient()
- 
setRecipientpublic void setRecipient(org.springframework.security.core.userdetails.UserDetails recipient) 
 
-