Uses of Class
com.mypurecloud.sdk.v2.model.EmailCommunicationSentMessageEvent
Packages that use EmailCommunicationSentMessageEvent
-
Uses of EmailCommunicationSentMessageEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailCommunicationSentMessageEventModifier and TypeMethodDescriptionEmailCommunicationSentMessageEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communication.EmailCommunicationSentMessageEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailCommunicationSentMessageEvent.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 EmailCommunicationSentMessageEventModifier and TypeMethodDescriptionBatchConversationEventRequest.getEmailCommunicationSentMessageEvents()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailCommunicationSentMessageEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailCommunicationSentMessageEvents(List<EmailCommunicationSentMessageEvent> emailCommunicationSentMessageEvents) Email - EmailCommunicationSentMessageEvent events for this batchvoidBatchConversationEventRequest.setEmailCommunicationSentMessageEvents(List<EmailCommunicationSentMessageEvent> emailCommunicationSentMessageEvents)