Package com.mypurecloud.sdk.v2.model
Class MessagingUserEstablishedEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.MessagingUserEstablishedEvent
- All Implemented Interfaces:
Serializable
MessagingUserEstablishedEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterCallWorkRequired(Boolean afterCallWorkRequired) Indicates whether or not this user will be required to complete after call work.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communication.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationbooleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventinthashCode()initialConfiguration(MessagingInitialConfiguration initialConfiguration) Metadata about this communication.A unique Id (V4 UUID) identifying the queue that the user is messaging on behalf of.voidsetAfterCallWorkRequired(Boolean afterCallWorkRequired) voidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidsetInitialConfiguration(MessagingInitialConfiguration initialConfiguration) voidsetQueueId(String queueId) voidsetSourceConfiguration(SourceConfiguration sourceConfiguration) voidsourceConfiguration(SourceConfiguration sourceConfiguration) Metadata about the source of this communication's interaction.toString()A unique Id (V4 UUID) identifying the user this communication belongs to.
-
Constructor Details
-
MessagingUserEstablishedEvent
public MessagingUserEstablishedEvent() -
MessagingUserEstablishedEvent
-
-
Method Details
-
eventId
A unique (V4 UUID) eventId for this event -
getEventId
-
setEventId
-
eventDateTime
A Date Time representing the time this event occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEventDateTime
-
setEventDateTime
-
conversationId
A unique Id (V4 UUID) identifying this conversation -
getConversationId
-
setConversationId
-
communicationId
A unique Id (V4 UUID) identifying this communication. -
getCommunicationId
-
setCommunicationId
-
userId
A unique Id (V4 UUID) identifying the user this communication belongs to. -
getUserId
-
setUserId
-
queueId
A unique Id (V4 UUID) identifying the queue that the user is messaging on behalf of. Applies to outbound messages only. -
getQueueId
-
setQueueId
-
afterCallWorkRequired
Indicates whether or not this user will be required to complete after call work. -
getAfterCallWorkRequired
-
setAfterCallWorkRequired
-
initialConfiguration
public MessagingUserEstablishedEvent initialConfiguration(MessagingInitialConfiguration initialConfiguration) Metadata about this communication. -
getInitialConfiguration
-
setInitialConfiguration
-
sourceConfiguration
Metadata about the source of this communication's interaction. -
getSourceConfiguration
-
setSourceConfiguration
-
equals
-
hashCode
public int hashCode() -
toString
-