public enum UESPersonalRoleNotificationsRule extends java.lang.Enum<UESPersonalRoleNotificationsRule>
Enum Constant and Description |
---|
CUSTOM
Notifications of activities according to custom rules.
|
NEW_ACTIVITIES
Notifications of new activities.
|
OFF
Notifications are turned off.
|
UNREAD_ACTIVITIES
Notifications of new activities and changed activity states.
|
Modifier and Type | Field and Description |
---|---|
private int |
index |
Modifier and Type | Method and Description |
---|---|
static UESPersonalRoleNotificationsRule |
fromIndex(int index) |
int |
getIndex() |
static int |
getIndexByMessage(java.lang.String message) |
java.lang.String |
getMessage() |
static java.lang.String |
getMessageByInt(int index) |
static UESPersonalRoleNotificationsRule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESPersonalRoleNotificationsRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESPersonalRoleNotificationsRule c : UESPersonalRoleNotificationsRule.values()) System.out.println(c);
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null