Class MessageEvent
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.MessageEvent
-
- All Implemented Interfaces:
Serializable
public class MessageEvent extends Object implements Serializable
Message event element. Examples include: system messages, typing indicators, cobrowse offerings.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageEventcoBrowse(EventCoBrowse coBrowse)CoBrowse event.booleanequals(Object o)MessageEventeventType(EventType eventType)EventCoBrowsegetCoBrowse()EventTypegetEventType()EventPresencegetPresence()EventTypinggetTyping()inthashCode()MessageEventpresence(EventPresence presence)Presence event.voidsetCoBrowse(EventCoBrowse coBrowse)voidsetEventType(EventType eventType)voidsetPresence(EventPresence presence)voidsetTyping(EventTyping typing)StringtoString()MessageEventtyping(EventTyping typing)Typing event.
-
-
-
Method Detail
-
coBrowse
public MessageEvent coBrowse(EventCoBrowse coBrowse)
CoBrowse event.
-
getCoBrowse
public EventCoBrowse getCoBrowse()
-
setCoBrowse
public void setCoBrowse(EventCoBrowse coBrowse)
-
eventType
public MessageEvent eventType(EventType eventType)
-
getEventType
public EventType getEventType()
-
setEventType
public void setEventType(EventType eventType)
-
presence
public MessageEvent presence(EventPresence presence)
Presence event.
-
getPresence
public EventPresence getPresence()
-
setPresence
public void setPresence(EventPresence presence)
-
typing
public MessageEvent typing(EventTyping typing)
Typing event.
-
getTyping
public EventTyping getTyping()
-
setTyping
public void setTyping(EventTyping typing)
-
-