Uses of Enum Class
eu.dnetlib.broker.common.subscriptions.NotificationFrequency
Packages that use NotificationFrequency
-
Uses of NotificationFrequency in eu.dnetlib.broker.common.subscriptions
Methods in eu.dnetlib.broker.common.subscriptions that return NotificationFrequencyModifier and TypeMethodDescriptionSubscription.getFrequency()static NotificationFrequencyReturns the enum constant of this class with the specified name.static NotificationFrequency[]NotificationFrequency.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 NotificationFrequencyModifier and TypeMethodDescriptionvoidSubscription.setFrequency(NotificationFrequency frequency) Constructors in eu.dnetlib.broker.common.subscriptions with parameters of type NotificationFrequencyModifierConstructorDescriptionSubscription(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)