Class SMSNotification
java.lang.Object
org.broadleafcommerce.common.notification.service.type.Notification
org.broadleafcommerce.common.notification.service.type.SMSNotification
- All Implemented Interfaces:
Serializable
- Author:
- Nick Crum ncrum
- See Also:
-
Field Summary
FieldsFields inherited from class org.broadleafcommerce.common.notification.service.type.Notification
context, notificationType -
Constructor Summary
ConstructorsConstructorDescriptionSMSNotification(String phoneNumber, NotificationEventType notificationEventType, Map<String, Object> context) SMSNotification(NotificationEventType notificationEventType, Map<String, Object> context) -
Method Summary
Methods inherited from class org.broadleafcommerce.common.notification.service.type.Notification
getContext, getType, setContext, setType
-
Field Details
-
phoneNumber
-
-
Constructor Details
-
SMSNotification
public SMSNotification() -
SMSNotification
-
SMSNotification
public SMSNotification(String phoneNumber, NotificationEventType notificationEventType, Map<String, Object> context)
-
-
Method Details
-
getPhoneNumber
-
setPhoneNumber
-