Class CommunicationEndedEvent

java.lang.Object
com.mypurecloud.sdk.v2.model.CommunicationEndedEvent
All Implemented Interfaces:
Serializable

public class CommunicationEndedEvent extends Object implements Serializable
CommunicationEndedEvent
See Also:
  • Constructor Details

    • CommunicationEndedEvent

      public CommunicationEndedEvent()
    • CommunicationEndedEvent

      public CommunicationEndedEvent(Boolean initWithEmptyList)
  • Method Details

    • eventId

      public CommunicationEndedEvent eventId(String eventId)
      A unique (V4 UUID) eventId for this event
    • getEventId

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)
    • eventDateTime

      public CommunicationEndedEvent eventDateTime(Date 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

      public Date getEventDateTime()
    • setEventDateTime

      public void setEventDateTime(Date eventDateTime)
    • conversationId

      public CommunicationEndedEvent conversationId(String conversationId)
      A unique Id (V4 UUID) identifying this conversation
    • getConversationId

      public String getConversationId()
    • setConversationId

      public void setConversationId(String conversationId)
    • communicationId

      public CommunicationEndedEvent communicationId(String communicationId)
      A unique Id (V4 UUID) identifying this communication
    • getCommunicationId

      public String getCommunicationId()
    • setCommunicationId

      public void setCommunicationId(String communicationId)
    • disconnectType

      Indicates how this communication was ended.
    • getDisconnectType

      public CommunicationEndedEvent.DisconnectTypeEnum getDisconnectType()
    • setDisconnectType

      public void setDisconnectType(CommunicationEndedEvent.DisconnectTypeEnum disconnectType)
    • destinationConversationId

      public CommunicationEndedEvent destinationConversationId(String destinationConversationId)
      The id (V4 UUID) of the conversation that the communication is being moved to when conversations are merged.
    • getDestinationConversationId

      public String getDestinationConversationId()
    • setDestinationConversationId

      public void setDestinationConversationId(String destinationConversationId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object