Class WebMessagingEvent
java.lang.Object
cloud.genesys.webmessaging.sdk.model.WebMessagingEvent
- All Implemented Interfaces:
Serializable
Message event element. Examples include: system messages, typing indicators, cobrowse offerings.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of this event element -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoBrowse(WebMessagingEventCoBrowse coBrowse) Cobrowse event.booleaneventType(WebMessagingEvent.EventTypeEnum eventType) Type of this event elementinthashCode()presence(WebMessagingEventPresence presence) Presence event.voidsetCoBrowse(WebMessagingEventCoBrowse coBrowse) voidsetEventType(WebMessagingEvent.EventTypeEnum eventType) voidsetPresence(WebMessagingEventPresence presence) toString()
-
Constructor Details
-
WebMessagingEvent
public WebMessagingEvent()
-
-
Method Details
-
eventType
Type of this event element -
getEventType
-
setEventType
-
coBrowse
Cobrowse event. -
getCoBrowse
-
setCoBrowse
-
presence
Presence event. -
getPresence
-
setPresence
-
equals
-
hashCode
public int hashCode() -
toString
-