public interface IGdprNotification
Modifier and Type | Method and Description |
---|---|
String |
getNotificationHtmlTemplate() |
String |
getNotificationSubject() |
String |
getNotificationTextTemplate() |
boolean |
isEnabled() |
void |
setEnabled(boolean value) |
void |
setNotificationSubject(String value) |
void |
setNotificationTextTemplate(String value) |
boolean isEnabled()
void setEnabled(boolean value)
String getNotificationSubject()
void setNotificationSubject(String value)
String getNotificationTextTemplate()
void setNotificationTextTemplate(String value)
String getNotificationHtmlTemplate()