Uses of Class
com.mypurecloud.sdk.v2.model.EmailFlowEstablishedEvent
Packages that use EmailFlowEstablishedEvent
-
Uses of EmailFlowEstablishedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailFlowEstablishedEventModifier and TypeMethodDescriptionEmailFlowEstablishedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communication.EmailFlowEstablishedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailFlowEstablishedEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventEmailFlowEstablishedEvent.initialConfiguration(EmailInitialConfiguration initialConfiguration) Metadata about this communication.EmailFlowEstablishedEvent.sourceConfiguration(SourceConfiguration sourceConfiguration) Metadata about the source of this communication's interaction.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailFlowEstablishedEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailFlowEstablishedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailFlowEstablishedEvents(List<EmailFlowEstablishedEvent> emailFlowEstablishedEvents) Email - EmailFlowEstablishedEvent events for this batchvoidBatchConversationEventRequest.setEmailFlowEstablishedEvents(List<EmailFlowEstablishedEvent> emailFlowEstablishedEvents)