Package com.mypurecloud.sdk.v2.model
Class EmailProgressTransferEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.EmailProgressTransferEvent
- All Implemented Interfaces:
Serializable
EmailProgressTransferEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe id (V4 UUID) used to identify the transfer already started by the external platform.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationdestinationCommunicationId(String destinationCommunicationId) The id (V4 UUID) of the communication that is being transferred to.booleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventinthashCode()objectCommunicationId(String objectCommunicationId) The id (V4 UUID) of the communication that is being transferred.voidsetCommandId(String commandId) voidsetConversationId(String conversationId) voidsetDestinationCommunicationId(String destinationCommunicationId) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidsetObjectCommunicationId(String objectCommunicationId) toString()
-
Constructor Details
-
EmailProgressTransferEvent
public EmailProgressTransferEvent() -
EmailProgressTransferEvent
-
-
Method Details
-
eventId
A unique (V4 UUID) eventId for this event -
getEventId
-
setEventId
-
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
-
setEventDateTime
-
conversationId
A unique Id (V4 UUID) identifying this conversation -
getConversationId
-
setConversationId
-
commandId
The id (V4 UUID) used to identify the transfer already started by the external platform. -
getCommandId
-
setCommandId
-
objectCommunicationId
The id (V4 UUID) of the communication that is being transferred. -
getObjectCommunicationId
-
setObjectCommunicationId
-
destinationCommunicationId
The id (V4 UUID) of the communication that is being transferred to. -
getDestinationCommunicationId
-
setDestinationCommunicationId
-
equals
-
hashCode
public int hashCode() -
toString
-