Package com.mypurecloud.sdk.v2.model
Class WebMessagingEvent
java.lang.Object
com.mypurecloud.sdk.v2.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 elementgetVideo()inthashCode()presence(WebMessagingEventPresence presence) Presence event.voidsetCoBrowse(WebMessagingEventCoBrowse coBrowse) voidsetEventType(WebMessagingEvent.EventTypeEnum eventType) voidsetPresence(WebMessagingEventPresence presence) voidsetVideo(WebMessagingEventVideo video) toString()video(WebMessagingEventVideo video) Video event.
-
Constructor Details
-
WebMessagingEvent
public WebMessagingEvent() -
WebMessagingEvent
-
-
Method Details
-
eventType
Type of this event element -
getEventType
-
setEventType
-
coBrowse
Cobrowse event. -
getCoBrowse
-
setCoBrowse
-
presence
Presence event. -
getPresence
-
setPresence
-
video
Video event. -
getVideo
-
setVideo
-
equals
-
hashCode
public int hashCode() -
toString
-