Package io.jmix.notifications
Class Notification
java.lang.Object
io.jmix.notifications.Notification
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()
org.springframework.security.core.userdetails.UserDetails
getType()
void
void
setChannel
(NotificationChannel channel) void
setContentType
(ContentType contentType) void
setRecipient
(org.springframework.security.core.userdetails.UserDetails recipient) void
setSubject
(String subject) void
setType
(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)
-