|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<SystemNotification.SysNotificationCode> com.vodafone360.people.datatypes.SystemNotification.SysNotificationCode
public static enum SystemNotification.SysNotificationCode
Enumeration of System Notification codes that can be returned from Server.
Field Summary | |
---|---|
private java.lang.String |
tag
|
Method Summary | |
---|---|
private static SystemNotification.SysNotificationCode |
findTag(java.lang.String tag)
Find SysNotificationCode item for specified String. |
private java.lang.String |
tag()
String value associated with SysNotificationCode item. |
static SystemNotification.SysNotificationCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SystemNotification.SysNotificationCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 SystemNotification.SysNotificationCode AUTH_INVALID
public static final SystemNotification.SysNotificationCode COMMUNITY_AUTH_INVALID
public static final SystemNotification.SysNotificationCode COMMUNITY_AUTH_VALID
public static final SystemNotification.SysNotificationCode COMMUNITY_LOGOUT_FAILED
public static final SystemNotification.SysNotificationCode COMMUNITY_LOGOUT_SUCCESSFUL
public static final SystemNotification.SysNotificationCode COMMUNITY_NETWORK_LOGOUT
public static final SystemNotification.SysNotificationCode SEND_MESSAGE_FAILED
public static final SystemNotification.SysNotificationCode GENERIC
public static final SystemNotification.SysNotificationCode UNKNOWN
public static final SystemNotification.SysNotificationCode UNKNOWN_USER
public static final SystemNotification.SysNotificationCode FRIENDS_LIST_NULL
public static final SystemNotification.SysNotificationCode UNKNOWN_EVENT
public static final SystemNotification.SysNotificationCode UNKNOWN_MESSAGE_TYPE
public static final SystemNotification.SysNotificationCode CONVERSATION_NULL
public static final SystemNotification.SysNotificationCode SEND_MESSAGE_PARAMS_INVALID
public static final SystemNotification.SysNotificationCode SET_AVAILABILITY_PARAMS_INVALID
public static final SystemNotification.SysNotificationCode TOS_NULL
public static final SystemNotification.SysNotificationCode SMS_WAKEUP_FAILED
public static final SystemNotification.SysNotificationCode SMS_FAILED
public static final SystemNotification.SysNotificationCode UNKNOWN_CHANNEL
public static final SystemNotification.SysNotificationCode INVITATIONS_ACCEPT_ERROR
public static final SystemNotification.SysNotificationCode INVITATIONS_DENY_ERROR
public static final SystemNotification.SysNotificationCode CONTACTS_UPDATE_FAILED
public static final SystemNotification.SysNotificationCode MOBILE_REQUEST_PAYLOAD_PARSE_ERROR
public static final SystemNotification.SysNotificationCode EXTERNAL_HTTP_ERROR
public static final SystemNotification.SysNotificationCode MOBILE_EXTERNAL_PROXY
public static final SystemNotification.SysNotificationCode MOBILE_INTERNAL_PROXY
public static final SystemNotification.SysNotificationCode CHAT_HISTORY_NULL
public static final SystemNotification.SysNotificationCode CHAT_SUMMARY_NULL
Field Detail |
---|
private final java.lang.String tag
Method Detail |
---|
public static SystemNotification.SysNotificationCode[] values()
for (SystemNotification.SysNotificationCode c : SystemNotification.SysNotificationCode.values()) System.out.println(c);
public static SystemNotification.SysNotificationCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullprivate java.lang.String tag()
private static SystemNotification.SysNotificationCode findTag(java.lang.String tag)
tag
- String value to find Tags item for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
JavaDoc