Uses of Enum Class
org.craftercms.studio.api.v2.service.notification.NotificationMessageType
Packages that use NotificationMessageType
Package
Description
-
Uses of NotificationMessageType in org.craftercms.studio.api.v2.service.notification
Methods in org.craftercms.studio.api.v2.service.notification that return NotificationMessageTypeModifier and TypeMethodDescriptionstatic NotificationMessageTypeReturns the enum constant of this class with the specified name.static NotificationMessageType[]NotificationMessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.craftercms.studio.api.v2.service.notification with parameters of type NotificationMessageTypeModifier and TypeMethodDescriptionNotificationService.getNotificationMessage(String site, NotificationMessageType type, String key, org.apache.commons.lang3.tuple.Pair<String, Object>... params) Gets and process notification message -
Uses of NotificationMessageType in org.craftercms.studio.impl.v2.service.notification
Methods in org.craftercms.studio.impl.v2.service.notification with parameters of type NotificationMessageTypeModifier and TypeMethodDescription@Valid StringNotificationServiceImpl.getNotificationMessage(String site, NotificationMessageType type, String key, org.apache.commons.lang3.tuple.Pair<String, Object>... params)