Uses of Class
com.mypurecloud.sdk.v2.model.EmailEndTransferEvent
Packages that use EmailEndTransferEvent
-
Uses of EmailEndTransferEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailEndTransferEventModifier and TypeMethodDescriptionThe id (V4 UUID) used to identify the transfer already started by the external platform.EmailEndTransferEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailEndTransferEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventEmailEndTransferEvent.finalState(EmailEndTransferEvent.FinalStateEnum finalState) Indicates whether the transfer completed successfully, was cancelled, or failed for some reason.EmailEndTransferEvent.objectCommunicationId(String objectCommunicationId) The id (V4 UUID) of the communication that was being transferred.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailEndTransferEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailEndTransferEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailEndTransferEvents(List<EmailEndTransferEvent> emailEndTransferEvents) Email - EmailEndTransferEvent events for this batchvoidBatchConversationEventRequest.setEmailEndTransferEvents(List<EmailEndTransferEvent> emailEndTransferEvents)