Package com.mypurecloud.sdk.v2.model
Class HoldUpdatedEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.HoldUpdatedEvent
- All Implemented Interfaces:
Serializable
HoldUpdatedEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommunicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationconversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationbooleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventgetHeld()inthashCode()Indicates whether this communication is held.voidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidtoString()
-
Constructor Details
-
HoldUpdatedEvent
public HoldUpdatedEvent() -
HoldUpdatedEvent
-
-
Method Details
-
eventId
A unique (V4 UUID) eventId for this event -
getEventId
-
setEventId
-
eventDateTime
A Date Time representing the time this event occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEventDateTime
-
setEventDateTime
-
conversationId
A unique Id (V4 UUID) identifying this conversation -
getConversationId
-
setConversationId
-
communicationId
A unique Id (V4 UUID) identifying this communication -
getCommunicationId
-
setCommunicationId
-
held
Indicates whether this communication is held. -
getHeld
-
setHeld
-
equals
-
hashCode
public int hashCode() -
toString
-