Package com.mypurecloud.sdk.v2.model
Class MessagingEndTransferEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.MessagingEndTransferEvent
- All Implemented Interfaces:
Serializable
MessagingEndTransferEvent
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates whether the transfer completed successfully, was cancelled, or failed for some reason. -
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 conversationbooleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventfinalState(MessagingEndTransferEvent.FinalStateEnum finalState) Indicates whether the transfer completed successfully, was cancelled, or failed for some reason.inthashCode()objectCommunicationId(String objectCommunicationId) The id (V4 UUID) of the communication that was being transferred.voidsetCommandId(String commandId) voidsetConversationId(String conversationId) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidvoidsetObjectCommunicationId(String objectCommunicationId) toString()
-
Constructor Details
-
MessagingEndTransferEvent
public MessagingEndTransferEvent() -
MessagingEndTransferEvent
-
-
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
-
finalState
Indicates whether the transfer completed successfully, was cancelled, or failed for some reason. -
getFinalState
-
setFinalState
-
objectCommunicationId
The id (V4 UUID) of the communication that was being transferred. -
getObjectCommunicationId
-
setObjectCommunicationId
-
equals
-
hashCode
public int hashCode() -
toString
-