Uses of Class
org.exoplatform.chat.model.RealTimeMessageBean.EventType
-
Packages that use RealTimeMessageBean.EventType Package Description org.exoplatform.chat.model -
-
Uses of RealTimeMessageBean.EventType in org.exoplatform.chat.model
Methods in org.exoplatform.chat.model that return RealTimeMessageBean.EventType Modifier and Type Method Description static RealTimeMessageBean.EventTypeRealTimeMessageBean.EventType. get(String value)RealTimeMessageBean.EventTypeRealTimeMessageBean. getEvent()static RealTimeMessageBean.EventTypeRealTimeMessageBean.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static RealTimeMessageBean.EventType[]RealTimeMessageBean.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.chat.model with parameters of type RealTimeMessageBean.EventType Modifier and Type Method Description voidRealTimeMessageBean. setEvent(RealTimeMessageBean.EventType event)Constructors in org.exoplatform.chat.model with parameters of type RealTimeMessageBean.EventType Constructor Description RealTimeMessageBean(RealTimeMessageBean.EventType event, String room, String sender, Date timestamp, Map<String,Object> data)
-