public class NotificationPreferenceData extends Object implements Serializable
| Constructor and Description |
|---|
NotificationPreferenceData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress() |
String |
getMobileNumber() |
boolean |
isEmailEnabled() |
boolean |
isSmsEnabled() |
void |
setEmailAddress(String emailAddress) |
void |
setEmailEnabled(boolean emailEnabled) |
void |
setMobileNumber(String mobileNumber) |
void |
setSmsEnabled(boolean smsEnabled) |
public void setEmailEnabled(boolean emailEnabled)
public boolean isEmailEnabled()
public void setSmsEnabled(boolean smsEnabled)
public boolean isSmsEnabled()
public void setEmailAddress(String emailAddress)
public String getEmailAddress()
public void setMobileNumber(String mobileNumber)
public String getMobileNumber()
Copyright © 2017 SAP SE. All Rights Reserved.