Package com.mypurecloud.sdk.v2.model
Class UserEstablishedEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.UserEstablishedEvent
- All Implemented Interfaces:
Serializable
UserEstablishedEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterCallWorkRequired(Boolean afterCallWorkRequired) Indicates whether or not this user will be required to complete after call work.The automatic number identification if it is available for this conversation.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationconversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationThe dialed number identification if it is available for this conversation.booleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventgetAni()getDnis()inthashCode()initialConfiguration(InitialConfiguration initialConfiguration) Metadata about this communication.phoneNumber(String phoneNumber) Identifies the phone number used to reach this user if it is different from the information that would be accessed by userId.The id (V4 UUID) of the queue that the user is calling on behalf of.voidsetAfterCallWorkRequired(Boolean afterCallWorkRequired) voidvoidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidvoidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidsetInitialConfiguration(InitialConfiguration initialConfiguration) voidsetPhoneNumber(String phoneNumber) voidsetQueueId(String queueId) voidsetSourceConfiguration(SourceConfiguration sourceConfiguration) voidsetStationId(String stationId) voidsourceConfiguration(SourceConfiguration sourceConfiguration) Metadata about the source of this communication's interaction.A Station ID (V4 UUID) that identifies the station being used if the user is using a station and the stationId is known.toString()The userId (V4 UUID) for the user this communication belongs to.
-
Constructor Details
-
UserEstablishedEvent
public UserEstablishedEvent() -
UserEstablishedEvent
-
-
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
-
phoneNumber
Identifies the phone number used to reach this user if it is different from the information that would be accessed by userId. -
getPhoneNumber
-
setPhoneNumber
-
userId
The userId (V4 UUID) for the user this communication belongs to. -
getUserId
-
setUserId
-
stationId
A Station ID (V4 UUID) that identifies the station being used if the user is using a station and the stationId is known. -
getStationId
-
setStationId
-
ani
The automatic number identification if it is available for this conversation. -
getAni
-
setAni
-
dnis
The dialed number identification if it is available for this conversation. -
getDnis
-
setDnis
-
afterCallWorkRequired
Indicates whether or not this user will be required to complete after call work. -
getAfterCallWorkRequired
-
setAfterCallWorkRequired
-
queueId
The id (V4 UUID) of the queue that the user is calling on behalf of. Applies to outbound calls only. -
getQueueId
-
setQueueId
-
initialConfiguration
Metadata about this communication. -
getInitialConfiguration
-
setInitialConfiguration
-
sourceConfiguration
Metadata about the source of this communication's interaction. -
getSourceConfiguration
-
setSourceConfiguration
-
equals
-
hashCode
public int hashCode() -
toString
-