public final class GDPRConsentStateNotification extends SystemNotification
SystemNotification.Type| Constructor and Description |
|---|
GDPRConsentStateNotification() |
| Modifier and Type | Method and Description |
|---|---|
GDPRConsent |
getNewConsentState() |
GDPRConsent |
getOldConsentState() |
java.lang.String |
getPurpose() |
void |
setNewConsentState(GDPRConsent newConsentState) |
void |
setOldConsentState(GDPRConsent oldConsentState) |
void |
setPurpose(java.lang.String purpose) |
getRequest, getType, setRequestpublic java.lang.String getPurpose()
public void setPurpose(java.lang.String purpose)
public GDPRConsent getOldConsentState()
public void setOldConsentState(GDPRConsent oldConsentState)
public GDPRConsent getNewConsentState()
public void setNewConsentState(GDPRConsent newConsentState)