Class TextNotificationMessageTemplateElement

java.lang.Object
org.opends.server.extensions.NotificationMessageTemplateElement
org.opends.server.extensions.TextNotificationMessageTemplateElement

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

    • 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.
  • Method Details