Uses of Enum Class
eu.dnetlib.broker.common.subscriptions.NotificationMode
Packages that use NotificationMode
-
Uses of NotificationMode in eu.dnetlib.broker.common.subscriptions
Methods in eu.dnetlib.broker.common.subscriptions that return NotificationModeModifier and TypeMethodDescriptionSubscription.getMode()static NotificationModeReturns the enum constant of this class with the specified name.static NotificationMode[]NotificationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.dnetlib.broker.common.subscriptions with parameters of type NotificationModeConstructors in eu.dnetlib.broker.common.subscriptions with parameters of type NotificationModeModifierConstructorDescriptionSubscription(String subscriptionId, String subscriber, String topic, NotificationFrequency frequency, NotificationMode mode, Date lastNotificationDate, Date creationDate, String conditions) Subscription(String subscriptionId, String subscriber, String topic, NotificationFrequency frequency, NotificationMode mode, Date lastNotificationDate, Date creationDate, List<MapCondition> conditions)