Uses of Class
com.mypurecloud.sdk.v2.model.EmailUserEstablishedEvent
Packages that use EmailUserEstablishedEvent
-
Uses of EmailUserEstablishedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailUserEstablishedEventModifier and TypeMethodDescriptionEmailUserEstablishedEvent.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates whether or not this user will be required to complete after call work.EmailUserEstablishedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communication.EmailUserEstablishedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailUserEstablishedEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventEmailUserEstablishedEvent.initialConfiguration(EmailInitialConfiguration initialConfiguration) Metadata about this communication.A unique Id (V4 UUID) identifying the queue that the user is emailing on behalf of.EmailUserEstablishedEvent.sourceConfiguration(SourceConfiguration sourceConfiguration) Metadata about the source of this communication's interaction.A unique Id (V4 UUID) identifying the user this communication belongs to.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailUserEstablishedEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailUserEstablishedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailUserEstablishedEvents(List<EmailUserEstablishedEvent> emailUserEstablishedEvents) Email - EmailUserEstablishedEvent events for this batchvoidBatchConversationEventRequest.setEmailUserEstablishedEvents(List<EmailUserEstablishedEvent> emailUserEstablishedEvents)