Uses of Class
com.mypurecloud.sdk.v2.model.MessagingUserTransferEvent
Packages that use MessagingUserTransferEvent
-
Uses of MessagingUserTransferEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MessagingUserTransferEventModifier and TypeMethodDescriptionThe id (V4 UUID) used by the external platform to refer to the transfer in subsequent Transfer events.MessagingUserTransferEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationMessagingUserTransferEvent.destinationUserId(String destinationUserId) The id (V4 UUID) of the desired destination user that the object communication should be transferred to.MessagingUserTransferEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventMessagingUserTransferEvent.initiatingCommunicationId(String initiatingCommunicationId) The id (V4 UUID) of the communication representing the participant that is initiating the transfer.MessagingUserTransferEvent.objectCommunicationId(String objectCommunicationId) The id (V4 UUID) of the communication that is being transferred.MessagingUserTransferEvent.targetCommunicationId(String targetCommunicationId) The id (V4 UUID) of the communication that is being transferred away from.MessagingUserTransferEvent.transferType(MessagingUserTransferEvent.TransferTypeEnum transferType) Indicates the desired type of transfer.