Package io.jmix.notifications
Class Notification
java.lang.Object
io.jmix.notifications.Notification
- 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
Notification
public Notification() 
 - 
 - 
Method Details
- 
getSubject
 - 
setSubject
 - 
getBody
 - 
setBody
 - 
getContentType
 - 
setContentType
 - 
getType
 - 
setType
 - 
getChannel
 - 
setChannel
 - 
getRecipient
public org.springframework.security.core.userdetails.UserDetails getRecipient() - 
setRecipient
public void setRecipient(org.springframework.security.core.userdetails.UserDetails recipient)  
 -