Package com.mypurecloud.sdk.v2.model
Class UserPresenceEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.UserPresenceEvent
- All Implemented Interfaces:
Serializable
UserPresenceEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventinthashCode()The message associated with the presencepresenceDefinitionId(String presenceDefinitionId) The id (UUID) of the presence definition that the user presence is associated withvoidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidsetMessage(String message) voidsetPresenceDefinitionId(String presenceDefinitionId) voidsetSourceId(String sourceId) voidThe id (V4 UUID) of the presence source being updatedtoString()The User ID of the user associated with this UserPresence
-
Constructor Details
-
UserPresenceEvent
public UserPresenceEvent() -
UserPresenceEvent
-
-
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
-
userId
The User ID of the user associated with this UserPresence -
getUserId
-
setUserId
-
sourceId
The id (V4 UUID) of the presence source being updated -
getSourceId
-
setSourceId
-
presenceDefinitionId
The id (UUID) of the presence definition that the user presence is associated with -
getPresenceDefinitionId
-
setPresenceDefinitionId
-
message
The message associated with the presence -
getMessage
-
setMessage
-
equals
-
hashCode
public int hashCode() -
toString
-