Interface IGdprNotification


public interface IGdprNotification
  • Method Details

    • isEnabled

      boolean isEnabled()
    • setEnabled

      void setEnabled(boolean value)
    • getNotificationSubject

      String getNotificationSubject()
    • setNotificationSubject

      void setNotificationSubject(String value)
    • getNotificationTextTemplate

      String getNotificationTextTemplate()
    • setNotificationTextTemplate

      void setNotificationTextTemplate(String value)
    • getNotificationHtmlTemplate

      String getNotificationHtmlTemplate()