Uses of Enum Class
org.gcube.portal.databook.shared.NotificationType
Packages that use NotificationType
-
Uses of NotificationType in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared 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 org.gcube.portal.databook.shared with parameters of type NotificationTypeConstructors in org.gcube.portal.databook.shared with parameters of type NotificationTypeModifierConstructorDescriptionNotification(String key, NotificationType type, String userid, String subjectid, Date time, String uri, String description, boolean read, String senderid, String senderFullName, String senderThumbnail) Notification(String key, NotificationType type, String userid, String subjectid, Date time, String uri, String description, boolean read, String senderid, String senderFullName, String senderThumbnail, String commentKey)