Package com.mypurecloud.sdk.v2.model
Class EmailCommunicationEndedEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.EmailCommunicationEndedEvent
- All Implemented Interfaces:
Serializable
EmailCommunicationEndedEvent
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates how this communication was ended. -
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 conversationdisconnectType(EmailCommunicationEndedEvent.DisconnectTypeEnum disconnectType) Indicates how this communication was ended.booleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventinthashCode()voidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidsetDisconnectType(EmailCommunicationEndedEvent.DisconnectTypeEnum disconnectType) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) toString()
-
Constructor Details
-
EmailCommunicationEndedEvent
public EmailCommunicationEndedEvent() -
EmailCommunicationEndedEvent
-
-
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
-
disconnectType
public EmailCommunicationEndedEvent disconnectType(EmailCommunicationEndedEvent.DisconnectTypeEnum disconnectType) Indicates how this communication was ended. -
getDisconnectType
-
setDisconnectType
-
equals
-
hashCode
public int hashCode() -
toString
-