Class NotificationRequest
java.lang.Object
es.kukenan.smartfi.microservice.communication.service.domain.NotificationRequest
This domain data class holds the required information for a single notification request. Not that several templates may exist for a single
notification request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate NotificationRequestDestinationDestination.private booleanFlag that is set to true if the destination is not in the while list.private StringNotification ID.Object containing variables used to modify the content of your email. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Notification ID. -
destination
Destination. -
variables
Object containing variables used to modify the content of your email. Specified as {var_name}:{var_value} pairs. Enter the information in the template text / HTML part by using the [[var:{var_name}]] format. -
destinationExcludedByWhiteList
private boolean destinationExcludedByWhiteListFlag that is set to true if the destination is not in the while list.
-
-
Constructor Details
-
NotificationRequest
public NotificationRequest()
-