Uses of Class
com.mypurecloud.sdk.v2.model.EmailProgressTransferEvent
Packages that use EmailProgressTransferEvent
-
Uses of EmailProgressTransferEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailProgressTransferEventModifier and TypeMethodDescriptionThe id (V4 UUID) used to identify the transfer already started by the external platform.EmailProgressTransferEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailProgressTransferEvent.destinationCommunicationId(String destinationCommunicationId) The id (V4 UUID) of the communication that is being transferred to.EmailProgressTransferEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventEmailProgressTransferEvent.objectCommunicationId(String objectCommunicationId) The id (V4 UUID) of the communication that is being transferred.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailProgressTransferEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailProgressTransferEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailProgressTransferEvents(List<EmailProgressTransferEvent> emailProgressTransferEvents) Email - EmailProgressTransferEvent events for this batchvoidBatchConversationEventRequest.setEmailProgressTransferEvents(List<EmailProgressTransferEvent> emailProgressTransferEvents)