Class Notification

java.lang.Object
io.jmix.notifications.Notification

public class Notification extends Object
  • Constructor Details

    • Notification

      public Notification()
  • Method Details

    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • getBody

      @Nullable public String getBody()
    • setBody

      public void setBody(@Nullable String body)
    • getContentType

      public ContentType getContentType()
    • setContentType

      public void setContentType(ContentType contentType)
    • getType

      @Nullable public NotificationType getType()
    • setType

      public void setType(@Nullable NotificationType type)
    • getChannel

      public NotificationChannel getChannel()
    • setChannel

      public void setChannel(NotificationChannel channel)
    • getRecipient

      public org.springframework.security.core.userdetails.UserDetails getRecipient()
    • setRecipient

      public void setRecipient(org.springframework.security.core.userdetails.UserDetails recipient)