public static enum RealTimeMessageBean.EventType extends Enum<RealTimeMessageBean.EventType>
| Enum Constant and Description |
|---|
FAVORITE_ADDED |
FAVORITE_REMOVED |
MESSAGE_DELETED |
MESSAGE_READ |
MESSAGE_SENT |
MESSAGE_UPDATED |
NOTIFICATION_COUNT_UPDATED |
ROOM_DELETED |
ROOM_MEMBER_JOIN |
ROOM_MEMBER_LEFT |
ROOM_SETTINGS_UPDATED |
ROOM_UPDATED |
USER_STATUS_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
static RealTimeMessageBean.EventType |
get(String value) |
String |
toString() |
static RealTimeMessageBean.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealTimeMessageBean.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealTimeMessageBean.EventType MESSAGE_SENT
public static final RealTimeMessageBean.EventType MESSAGE_UPDATED
public static final RealTimeMessageBean.EventType MESSAGE_DELETED
public static final RealTimeMessageBean.EventType MESSAGE_READ
public static final RealTimeMessageBean.EventType USER_STATUS_CHANGED
public static final RealTimeMessageBean.EventType ROOM_MEMBER_JOIN
public static final RealTimeMessageBean.EventType ROOM_MEMBER_LEFT
public static final RealTimeMessageBean.EventType ROOM_UPDATED
public static final RealTimeMessageBean.EventType ROOM_DELETED
public static final RealTimeMessageBean.EventType FAVORITE_ADDED
public static final RealTimeMessageBean.EventType FAVORITE_REMOVED
public static final RealTimeMessageBean.EventType ROOM_SETTINGS_UPDATED
public static final RealTimeMessageBean.EventType NOTIFICATION_COUNT_UPDATED
public static RealTimeMessageBean.EventType[] values()
for (RealTimeMessageBean.EventType c : RealTimeMessageBean.EventType.values()) System.out.println(c);
public static RealTimeMessageBean.EventType 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 nullpublic String toString()
toString in class Enum<RealTimeMessageBean.EventType>public static RealTimeMessageBean.EventType get(String value)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.