Uses of Class
com.caplin.motif.config.definitions.common.NotificationToken
Packages that use NotificationToken
-
Uses of NotificationToken in com.caplin.motif.config.definitions.common
Methods in com.caplin.motif.config.definitions.common that return NotificationTokenModifier and TypeMethodDescriptionNotificationToken.arguments(Map<String, DisplayFieldArgument> arguments) @NotNull NotificationTokenGenericNotification.getMessage()Get messageGenericNotification.getMessageHeader()Get messageHeaderNotificationToken.putArgumentsItem(String key, DisplayFieldArgument argumentsItem) NotificationToken.type(NotificationToken.TypeEnum type) Methods in com.caplin.motif.config.definitions.common with parameters of type NotificationTokenModifier and TypeMethodDescriptionGenericNotification.message(NotificationToken message) GenericNotification.messageHeader(NotificationToken messageHeader) voidGenericNotification.setMessage(NotificationToken message) voidGenericNotification.setMessageHeader(NotificationToken messageHeader) Constructors in com.caplin.motif.config.definitions.common with parameters of type NotificationTokenModifierConstructorDescriptionGenericNotification(GenericNotification.TypeEnum type, 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 NotificationTokenModifier and TypeMethodDescriptionstatic NotificationTokenNotificationUtils.createMessageToken(String messageToken, Map<String, DisplayFieldArgument> arguments)