Uses of Class
com.caplin.motif.config.definitions.common.NotificationToken
-
Packages that use NotificationToken Package Description com.caplin.motif.config.definitions.common com.caplin.motif.notifications -
-
Uses of NotificationToken in com.caplin.motif.config.definitions.common
Methods in com.caplin.motif.config.definitions.common that return NotificationToken Modifier and Type Method Description NotificationToken
NotificationToken. arguments(java.util.Map<java.lang.String,DisplayFieldArgument> arguments)
@NotNull NotificationToken
GenericNotification. getMessage()
Get messageNotificationToken
GenericNotification. getMessageHeader()
Get messageHeaderNotificationToken
NotificationToken. putArgumentsItem(java.lang.String key, DisplayFieldArgument argumentsItem)
NotificationToken
NotificationToken. type(NotificationToken.TypeEnum type)
NotificationToken
NotificationToken. value(java.lang.String value)
Methods in com.caplin.motif.config.definitions.common with parameters of type NotificationToken Modifier and Type Method Description GenericNotification
GenericNotification. message(NotificationToken message)
GenericNotification
GenericNotification. messageHeader(NotificationToken messageHeader)
void
GenericNotification. setMessage(NotificationToken message)
void
GenericNotification. setMessageHeader(NotificationToken messageHeader)
Constructors in com.caplin.motif.config.definitions.common with parameters of type NotificationToken Constructor Description GenericNotification(GenericNotification.TypeEnum type, java.lang.String dateTime, NotificationToken message)
Constructor with only required parameters -
Uses of NotificationToken in com.caplin.motif.notifications
Methods in com.caplin.motif.notifications that return NotificationToken Modifier and Type Method Description static NotificationToken
NotificationUtils. createMessageToken(java.lang.String messageToken, java.util.Map<java.lang.String,DisplayFieldArgument> arguments)
-