Uses of Class
com.mypurecloud.sdk.v2.model.HoldUpdatedEvent
Packages that use HoldUpdatedEvent
-
Uses of HoldUpdatedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return HoldUpdatedEventModifier and TypeMethodDescriptionHoldUpdatedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationHoldUpdatedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationHoldUpdatedEvent.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 HoldUpdatedEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type HoldUpdatedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.holdUpdatedEvents(List<HoldUpdatedEvent> holdUpdatedEvents) Voice - HoldUpdated events for this batchvoidBatchConversationEventRequest.setHoldUpdatedEvents(List<HoldUpdatedEvent> holdUpdatedEvents)