Uses of Class
com.caplin.motif.config.definitions.common.NotificationToken
-
Uses of NotificationToken in com.caplin.motif.config.definitions.common
Modifier and TypeMethodDescriptionNotificationToken.arguments
(Map<String, DisplayFieldArgument> arguments) @NotNull NotificationToken
GenericNotification.getMessage()
Get messageGenericNotification.getMessageHeader()
Get messageHeaderNotificationToken.putArgumentsItem
(String key, DisplayFieldArgument argumentsItem) NotificationToken.type
(NotificationToken.TypeEnum type) Modifier and TypeMethodDescriptionGenericNotification.message
(NotificationToken message) GenericNotification.messageHeader
(NotificationToken messageHeader) void
GenericNotification.setMessage
(NotificationToken message) void
GenericNotification.setMessageHeader
(NotificationToken messageHeader) ModifierConstructorDescriptionGenericNotification
(GenericNotification.TypeEnum type, String dateTime, NotificationToken message) Constructor with only required parameters -
Uses of NotificationToken in com.caplin.motif.notifications
Modifier and TypeMethodDescriptionstatic NotificationToken
NotificationUtils.createMessageToken
(String messageToken, Map<String, DisplayFieldArgument> arguments)