Class MessagingUserTransferEvent

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

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

    • MessagingUserTransferEvent

      public MessagingUserTransferEvent()
    • MessagingUserTransferEvent

      public MessagingUserTransferEvent(Boolean initWithEmptyList)
  • Method Details

    • eventId

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

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)
    • eventDateTime

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

      public String getConversationId()
    • setConversationId

      public void setConversationId(String conversationId)
    • transferType

      Indicates the desired type of transfer.
    • getTransferType

    • setTransferType

      public void setTransferType(MessagingUserTransferEvent.TransferTypeEnum transferType)
    • commandId

      public MessagingUserTransferEvent commandId(String commandId)
      The id (V4 UUID) used by the external platform to refer to the transfer in subsequent Transfer events.
    • getCommandId

      public String getCommandId()
    • setCommandId

      public void setCommandId(String commandId)
    • initiatingCommunicationId

      public MessagingUserTransferEvent initiatingCommunicationId(String initiatingCommunicationId)
      The id (V4 UUID) of the communication representing the participant that is initiating the transfer.
    • getInitiatingCommunicationId

      public String getInitiatingCommunicationId()
    • setInitiatingCommunicationId

      public void setInitiatingCommunicationId(String initiatingCommunicationId)
    • targetCommunicationId

      public MessagingUserTransferEvent targetCommunicationId(String targetCommunicationId)
      The id (V4 UUID) of the communication that is being transferred away from. In many cases this will be the same as the `initiatingCommunicationId`.
    • getTargetCommunicationId

      public String getTargetCommunicationId()
    • setTargetCommunicationId

      public void setTargetCommunicationId(String targetCommunicationId)
    • objectCommunicationId

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

      public String getObjectCommunicationId()
    • setObjectCommunicationId

      public void setObjectCommunicationId(String objectCommunicationId)
    • destinationUserId

      public MessagingUserTransferEvent destinationUserId(String destinationUserId)
      The id (V4 UUID) of the desired destination user that the object communication should be transferred to.
    • getDestinationUserId

      public String getDestinationUserId()
    • setDestinationUserId

      public void setDestinationUserId(String destinationUserId)
    • 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