Uses of Class
com.mypurecloud.sdk.v2.model.EmailExternalEstablishedEvent
Packages that use EmailExternalEstablishedEvent
-
Uses of EmailExternalEstablishedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailExternalEstablishedEventModifier and TypeMethodDescriptionEmailExternalEstablishedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communication.EmailExternalEstablishedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailExternalEstablishedEvent.displayName(String displayName) A name for the participant if it is available for this conversation.EmailExternalEstablishedEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventEmailExternalEstablishedEvent.includeMessage(Boolean includeMessage) Indicates that established communication has an initial email.EmailExternalEstablishedEvent.initialConfiguration(EmailInitialConfiguration initialConfiguration) Metadata about this communication.EmailExternalEstablishedEvent.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 EmailExternalEstablishedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.getEmailExternalEstablishedEvents()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailExternalEstablishedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailExternalEstablishedEvents(List<EmailExternalEstablishedEvent> emailExternalEstablishedEvents) Email - EmailExternalEstablishedEvent events for this batchvoidBatchConversationEventRequest.setEmailExternalEstablishedEvents(List<EmailExternalEstablishedEvent> emailExternalEstablishedEvents)