Uses of Class
com.mypurecloud.sdk.v2.model.EmailCommunicationEndedEvent
Packages that use EmailCommunicationEndedEvent
-
Uses of EmailCommunicationEndedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailCommunicationEndedEventModifier and TypeMethodDescriptionEmailCommunicationEndedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communication.EmailCommunicationEndedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailCommunicationEndedEvent.disconnectType(EmailCommunicationEndedEvent.DisconnectTypeEnum disconnectType) Indicates how this communication was ended.EmailCommunicationEndedEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailCommunicationEndedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.getEmailCommunicationEndedEvents()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailCommunicationEndedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailCommunicationEndedEvents(List<EmailCommunicationEndedEvent> emailCommunicationEndedEvents) Email - EmailCommunicationEndedEvent events for this batchvoidBatchConversationEventRequest.setEmailCommunicationEndedEvents(List<EmailCommunicationEndedEvent> emailCommunicationEndedEvents)