Uses of Enum Class
web.sportflow.notification.NotificationType
Packages that use NotificationType
-
Uses of NotificationType in web.sportflow.notification
Methods in web.sportflow.notification that return NotificationTypeModifier and TypeMethodDescriptionNotification.getType()static NotificationTypeReturns the enum constant of this class with the specified name.static NotificationType[]NotificationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in web.sportflow.notification with parameters of type NotificationTypeConstructors in web.sportflow.notification with parameters of type NotificationTypeModifierConstructorDescriptionNotification(User recipient, User actor, NotificationType type, String message, String targetUrl)