Class PhoneTransferEvent

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

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

    • PhoneTransferEvent

      public PhoneTransferEvent()
    • PhoneTransferEvent

      public PhoneTransferEvent(Boolean initWithEmptyList)
  • Method Details

    • eventId

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

      public String getEventId()
    • setEventId

      public void setEventId(String eventId)
    • eventDateTime

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

      public String getConversationId()
    • setConversationId

      public void setConversationId(String conversationId)
    • transferType

      public PhoneTransferEvent transferType(PhoneTransferEvent.TransferTypeEnum transferType)
      Indicates the desired type of transfer.
    • getTransferType

      public PhoneTransferEvent.TransferTypeEnum getTransferType()
    • setTransferType

      public void setTransferType(PhoneTransferEvent.TransferTypeEnum transferType)
    • commandId

      public PhoneTransferEvent 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 PhoneTransferEvent 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 PhoneTransferEvent 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 PhoneTransferEvent objectCommunicationId(String objectCommunicationId)
      The id (V4 UUID) of the communication that is being transferred.
    • getObjectCommunicationId

      public String getObjectCommunicationId()
    • setObjectCommunicationId

      public void setObjectCommunicationId(String objectCommunicationId)
    • destinationPhoneNumber

      public PhoneTransferEvent destinationPhoneNumber(String destinationPhoneNumber)
      The desired destination phone number that the object communication should be transferred to.
    • getDestinationPhoneNumber

      public String getDestinationPhoneNumber()
    • setDestinationPhoneNumber

      public void setDestinationPhoneNumber(String destinationPhoneNumber)
    • 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