NotificationEmailInterval
instead@Deprecated public enum NotificationEmailInterval extends Enum<NotificationEmailInterval>
Enum Constant and Description |
---|
DAILY
Deprecated.
Receive a mail every day (if needed).
|
HOURLY
Deprecated.
Receive a mail every hour (if needed).
|
LIVE
Deprecated.
Receive an e-mail when a notification is triggered in the wiki.
|
WEEKLY
Deprecated.
Receive a mail every week (if needed).
|
Modifier and Type | Method and Description |
---|---|
static NotificationEmailInterval |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static NotificationEmailInterval[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationEmailInterval HOURLY
public static final NotificationEmailInterval DAILY
public static final NotificationEmailInterval WEEKLY
public static final NotificationEmailInterval LIVE
public static NotificationEmailInterval[] values()
for (NotificationEmailInterval c : NotificationEmailInterval.values()) System.out.println(c);
public static NotificationEmailInterval valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2004–2021 XWiki. All rights reserved.