Uses of Class
com.mypurecloud.sdk.v2.model.EmailHoldUpdatedEvent
Packages that use EmailHoldUpdatedEvent
-
Uses of EmailHoldUpdatedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailHoldUpdatedEventModifier and TypeMethodDescriptionEmailHoldUpdatedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationEmailHoldUpdatedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailHoldUpdatedEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventIndicates whether this communication is held.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailHoldUpdatedEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailHoldUpdatedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailHoldUpdatedEvents(List<EmailHoldUpdatedEvent> emailHoldUpdatedEvents) Email - EmailHoldUpdatedEvent events for this batchvoidBatchConversationEventRequest.setEmailHoldUpdatedEvents(List<EmailHoldUpdatedEvent> emailHoldUpdatedEvents)