Package com.mypurecloud.sdk.v2.model
Class EmailExternalEstablishedEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.EmailExternalEstablishedEvent
- All Implemented Interfaces:
Serializable
EmailExternalEstablishedEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommunicationId(String communicationId) A unique Id (V4 UUID) identifying this communication.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationdisplayName(String displayName) A name for the participant if it is available for this conversation.booleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventinthashCode()includeMessage(Boolean includeMessage) Indicates that established communication has an initial email.initialConfiguration(EmailInitialConfiguration initialConfiguration) Metadata about this communication.voidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidsetDisplayName(String displayName) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidsetIncludeMessage(Boolean includeMessage) voidsetInitialConfiguration(EmailInitialConfiguration initialConfiguration) voidsetSourceConfiguration(SourceConfiguration sourceConfiguration) sourceConfiguration(SourceConfiguration sourceConfiguration) Metadata about the source of this communication's interaction.toString()
-
Constructor Details
-
EmailExternalEstablishedEvent
public EmailExternalEstablishedEvent() -
EmailExternalEstablishedEvent
-
-
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
-
displayName
A name for the participant if it is available for this conversation. -
getDisplayName
-
setDisplayName
-
includeMessage
Indicates that established communication has an initial email. If true, the initial messagesSent value will be initialized to 1. -
getIncludeMessage
-
setIncludeMessage
-
initialConfiguration
public EmailExternalEstablishedEvent initialConfiguration(EmailInitialConfiguration 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
-