| Package | Description |
|---|---|
| eu.dnetlib.broker.common.subscriptions |
| Modifier and Type | Method and Description |
|---|---|
NotificationFrequency |
Subscription.getFrequency() |
static NotificationFrequency |
NotificationFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationFrequency[] |
NotificationFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.setFrequency(NotificationFrequency frequency) |
| Constructor and Description |
|---|
Subscription(String subscriptionId,
String subscriber,
String topic,
NotificationFrequency frequency,
NotificationMode mode,
Date lastNotificationDate,
Date creationDate,
List<MapCondition> conditions) |
Subscription(String subscriptionId,
String subscriber,
String topic,
NotificationFrequency frequency,
NotificationMode mode,
Date lastNotificationDate,
Date creationDate,
String conditions) |
Copyright © 2025. All rights reserved.