Class EmailUserTransferEvent

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

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

    • EmailUserTransferEvent

      public EmailUserTransferEvent()
    • EmailUserTransferEvent

      public EmailUserTransferEvent(Boolean initWithEmptyList)
  • Method Details

    • eventId

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

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)
    • eventDateTime

      public EmailUserTransferEvent 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 EmailUserTransferEvent 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

      public EmailUserTransferEvent.TransferTypeEnum getTransferType()
    • setTransferType

      public void setTransferType(EmailUserTransferEvent.TransferTypeEnum transferType)
    • commandId

      public EmailUserTransferEvent 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 EmailUserTransferEvent 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 EmailUserTransferEvent 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 EmailUserTransferEvent 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 EmailUserTransferEvent 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