Class WebMessagingEvent
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.WebMessagingEvent
-
- All Implemented Interfaces:
Serializable
public class WebMessagingEvent extends Object implements Serializable
Message event element. Examples include: system messages, typing indicators, cobrowse offerings.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebMessagingEvent.EventTypeEnumType of this event element
-
Constructor Summary
Constructors Constructor Description WebMessagingEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebMessagingEventcoBrowse(WebMessagingEventCoBrowse coBrowse)Cobrowse event.booleanequals(Object o)WebMessagingEventeventType(WebMessagingEvent.EventTypeEnum eventType)Type of this event elementWebMessagingEventCoBrowsegetCoBrowse()WebMessagingEvent.EventTypeEnumgetEventType()WebMessagingEventPresencegetPresence()inthashCode()WebMessagingEventpresence(WebMessagingEventPresence presence)Presence event.voidsetCoBrowse(WebMessagingEventCoBrowse coBrowse)voidsetEventType(WebMessagingEvent.EventTypeEnum eventType)voidsetPresence(WebMessagingEventPresence presence)StringtoString()
-
-
-
Method Detail
-
eventType
public WebMessagingEvent eventType(WebMessagingEvent.EventTypeEnum eventType)
Type of this event element
-
getEventType
public WebMessagingEvent.EventTypeEnum getEventType()
-
setEventType
public void setEventType(WebMessagingEvent.EventTypeEnum eventType)
-
coBrowse
public WebMessagingEvent coBrowse(WebMessagingEventCoBrowse coBrowse)
Cobrowse event.
-
getCoBrowse
public WebMessagingEventCoBrowse getCoBrowse()
-
setCoBrowse
public void setCoBrowse(WebMessagingEventCoBrowse coBrowse)
-
presence
public WebMessagingEvent presence(WebMessagingEventPresence presence)
Presence event.
-
getPresence
public WebMessagingEventPresence getPresence()
-
setPresence
public void setPresence(WebMessagingEventPresence presence)
-
-