Uses of Class
com.mypurecloud.sdk.v2.model.EmailUserTransferEvent
Packages that use EmailUserTransferEvent
-
Uses of EmailUserTransferEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailUserTransferEventModifier and TypeMethodDescriptionThe id (V4 UUID) used by the external platform to refer to the transfer in subsequent Transfer events.EmailUserTransferEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailUserTransferEvent.destinationUserId(String destinationUserId) The id (V4 UUID) of the desired destination user that the object communication should be transferred to.EmailUserTransferEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventEmailUserTransferEvent.initiatingCommunicationId(String initiatingCommunicationId) The id (V4 UUID) of the communication representing the participant that is initiating the transfer.EmailUserTransferEvent.objectCommunicationId(String objectCommunicationId) The id (V4 UUID) of the communication that is being transferred.EmailUserTransferEvent.targetCommunicationId(String targetCommunicationId) The id (V4 UUID) of the communication that is being transferred away from.EmailUserTransferEvent.transferType(EmailUserTransferEvent.TransferTypeEnum transferType) Indicates the desired type of transfer.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailUserTransferEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailUserTransferEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailUserTransferEvents(List<EmailUserTransferEvent> emailUserTransferEvents) Email - EmailUserTransferEvent events for this batchvoidBatchConversationEventRequest.setEmailUserTransferEvents(List<EmailUserTransferEvent> emailUserTransferEvents)