Class TextNotificationMessageTemplateElement


  • public class TextNotificationMessageTemplateElement
    extends NotificationMessageTemplateElement
    This class implements a notification message template element that will generate a value using static text.
    • Constructor Detail

      • TextNotificationMessageTemplateElement

        public TextNotificationMessageTemplateElement​(String text)
        Creates a new text notification message template element from the provided string.
        Parameters:
        text - The string to use as the text for this element.