public interface NotificationOptionsIf
Modifier and Type | Method and Description |
---|---|
int |
getCustomerId()
customer id of the customer signing up for the notification.
|
java.lang.String |
getEmailAddr()
email address of the customer signing up for the notification.
|
int |
getProductId()
The id of the product that the customer desires to be notified about or to remove a current
notification.
|
java.lang.String |
getSessionId()
session id of the customer signing up for the notification.
|
boolean |
isAllProducts()
Set to true if the customer is signing up for all product notifications or removing the
notifications.
|
boolean |
isNewsletter()
Set to true if the customer is signing up for the newsletter or removing his subscription.
|
boolean |
isSetEmailVerified()
When set, the emailVerified attribute of the customer object is set.
|
void |
setAllProducts(boolean allProducts)
Set to true if the customer is signing up for all product notifications or removing the
notifications.
|
void |
setCustomerId(int customerId)
customer id of the customer signing up for the notification.
|
void |
setEmailAddr(java.lang.String emailAddr)
email address of the customer signing up for the notification.
|
void |
setNewsletter(boolean newsletter)
Set to true if the customer is signing up for the newsletter or removing his subscription.
|
void |
setProductId(int productId)
The id of the product that the customer desires to be notified about or to remove a current
notification.
|
void |
setSessionId(java.lang.String sessionId)
session id of the customer signing up for the notification.
|
void |
setSetEmailVerified(boolean setEmailVerified)
When set, the emailVerified attribute of the customer object is set.
|
java.lang.String getEmailAddr()
void setEmailAddr(java.lang.String emailAddr)
emailAddr
- the emailAddr to setint getCustomerId()
void setCustomerId(int customerId)
customerId
- the customerId to setjava.lang.String getSessionId()
void setSessionId(java.lang.String sessionId)
sessionId
- the sessionId to setboolean isNewsletter()
void setNewsletter(boolean newsletter)
newsletter
- the newsletter to setint getProductId()
void setProductId(int productId)
productId
- the productId to setboolean isAllProducts()
void setAllProducts(boolean allProducts)
allProducts
- the allProducts to setboolean isSetEmailVerified()
void setSetEmailVerified(boolean setEmailVerified)
setEmailVerified
- the setEmailVerified to setCopyright © 2018 DS Data Systems UK Ltd.