public class NotificationPreferenceData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
NotificationPreferenceData() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
getChannel() |
java.lang.String |
getEmailAddress()
Deprecated.
|
java.lang.String |
getMobileNumber()
Deprecated.
|
java.lang.String |
getValue() |
boolean |
isEmailEnabled()
Deprecated.
|
boolean |
isEnabled() |
boolean |
isSmsEnabled()
Deprecated.
|
boolean |
isVisible() |
void |
setChannel(NotificationChannel channel) |
void |
setEmailAddress(java.lang.String emailAddress)
Deprecated.
|
void |
setEmailEnabled(boolean emailEnabled)
Deprecated.
|
void |
setEnabled(boolean enabled) |
void |
setMobileNumber(java.lang.String mobileNumber)
Deprecated.
|
void |
setSmsEnabled(boolean smsEnabled)
Deprecated.
|
void |
setValue(java.lang.String value) |
void |
setVisible(boolean visible) |
@Deprecated public void setEmailEnabled(boolean emailEnabled)
@Deprecated public boolean isEmailEnabled()
@Deprecated public void setSmsEnabled(boolean smsEnabled)
@Deprecated public boolean isSmsEnabled()
@Deprecated public void setEmailAddress(java.lang.String emailAddress)
@Deprecated public java.lang.String getEmailAddress()
@Deprecated public void setMobileNumber(java.lang.String mobileNumber)
@Deprecated public java.lang.String getMobileNumber()
public void setChannel(NotificationChannel channel)
public NotificationChannel getChannel()
public void setValue(java.lang.String value)
public java.lang.String getValue()
public void setEnabled(boolean enabled)
public boolean isEnabled()
public void setVisible(boolean visible)
public boolean isVisible()
Copyright © 2018 SAP SE. All Rights Reserved.