Package com.mypurecloud.sdk.v2.model
Class CommunicationEndedEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.CommunicationEndedEvent
- All Implemented Interfaces:
Serializable
CommunicationEndedEvent
- 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 communicationconversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationdestinationConversationId(String destinationConversationId) The id (V4 UUID) of the conversation that the communication is being moved to when conversations are merged.disconnectType(CommunicationEndedEvent.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) voidsetDestinationConversationId(String destinationConversationId) voidsetDisconnectType(CommunicationEndedEvent.DisconnectTypeEnum disconnectType) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) toString()
-
Constructor Details
-
CommunicationEndedEvent
public CommunicationEndedEvent() -
CommunicationEndedEvent
-
-
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 CommunicationEndedEvent disconnectType(CommunicationEndedEvent.DisconnectTypeEnum disconnectType) Indicates how this communication was ended. -
getDisconnectType
-
setDisconnectType
-
destinationConversationId
The id (V4 UUID) of the conversation that the communication is being moved to when conversations are merged. -
getDestinationConversationId
-
setDestinationConversationId
-
equals
-
hashCode
public int hashCode() -
toString
-