|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<XNotificationGroup>
waggle.common.modules.notification.enums.XNotificationGroup
public enum XNotificationGroup
XNotificationGroup. Setting Groups.
| Enum Constant Summary | |
|---|---|
ENABLEDGlobal enabled. |
|
SYSTEM_CONVERSATIONConversation catchall. |
|
SYSTEM_CONVERSATION_ASSIGNMENT_ADDED_YOUConversation assignment added you. |
|
SYSTEM_CONVERSATION_CREATEDConversation created. |
|
SYSTEM_CONVERSATION_MEMBER_BUZZED_YOUConversation member buzzed you. |
|
SYSTEM_CONVERSATION_MEMBERSHIP_CHANGED_YOUConversation membership changed for you. |
|
SYSTEM_FOLLOWUP_OPENED_YOUFollowup opened you. |
|
USER_CHATUser Chats. |
|
| Method Summary | |
|---|---|
static XNotificationGroup |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static XNotificationGroup[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final XNotificationGroup ENABLED
public static final XNotificationGroup USER_CHAT
public static final XNotificationGroup SYSTEM_CONVERSATION
public static final XNotificationGroup SYSTEM_CONVERSATION_CREATED
public static final XNotificationGroup SYSTEM_CONVERSATION_MEMBER_BUZZED_YOU
public static final XNotificationGroup SYSTEM_CONVERSATION_MEMBERSHIP_CHANGED_YOU
public static final XNotificationGroup SYSTEM_CONVERSATION_ASSIGNMENT_ADDED_YOU
public static final XNotificationGroup SYSTEM_FOLLOWUP_OPENED_YOU
| Method Detail |
|---|
public static XNotificationGroup[] values()
for (XNotificationGroup c : XNotificationGroup.values())
System.out.println(c);
public static XNotificationGroup 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 null
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||