Class MessagingProgressTransferEvent

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

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

    • MessagingProgressTransferEvent

      public MessagingProgressTransferEvent()
    • MessagingProgressTransferEvent

      public MessagingProgressTransferEvent(Boolean initWithEmptyList)
  • Method Details

    • eventId

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

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)
    • eventDateTime

      public MessagingProgressTransferEvent 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 MessagingProgressTransferEvent conversationId(String conversationId)
      A unique Id (V4 UUID) identifying this conversation
    • getConversationId

      public String getConversationId()
    • setConversationId

      public void setConversationId(String conversationId)
    • commandId

      public MessagingProgressTransferEvent commandId(String commandId)
      The id (V4 UUID) used to identify the transfer already started by the external platform.
    • getCommandId

      public String getCommandId()
    • setCommandId

      public void setCommandId(String commandId)
    • objectCommunicationId

      public MessagingProgressTransferEvent objectCommunicationId(String objectCommunicationId)
      The id (V4 UUID) of the communication that is being transferred.
    • getObjectCommunicationId

      public String getObjectCommunicationId()
    • setObjectCommunicationId

      public void setObjectCommunicationId(String objectCommunicationId)
    • destinationCommunicationId

      public MessagingProgressTransferEvent destinationCommunicationId(String destinationCommunicationId)
      The id (V4 UUID) of the communication that is being transferred to.
    • getDestinationCommunicationId

      public String getDestinationCommunicationId()
    • setDestinationCommunicationId

      public void setDestinationCommunicationId(String destinationCommunicationId)
    • 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