Uses of Class
io.tech1.framework.domain.notifications.NotificationType
-
Packages that use NotificationType Package Description io.tech1.framework.domain.notifications -
-
Uses of NotificationType in io.tech1.framework.domain.notifications
Methods in io.tech1.framework.domain.notifications that return NotificationType Modifier and Type Method Description NotificationTypeNotification. getNotificationType()static NotificationTypeNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationType[]NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.tech1.framework.domain.notifications with parameters of type NotificationType Constructor Description Notification(NotificationType notificationType, String message)
-