Package com.mypurecloud.sdk.v2.model
Class UCThirdPartyPresence
java.lang.Object
com.mypurecloud.sdk.v2.model.UCThirdPartyPresence
- All Implemented Interfaces:
Serializable
Update a Genesys Cloud user's presence from a given 3rd-party integration
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateModified(Date dateModified) ISO 8601 timestamp of presence value change.Primary Email address of the associated Genesys Cloud user.booleangetEmail()inthashCode()Integration presence message.Integration presence value.voidsetDateModified(Date dateModified) voidvoidsetMessage(String message) voidsetPresence(String presence) toString()
-
Constructor Details
-
UCThirdPartyPresence
public UCThirdPartyPresence() -
UCThirdPartyPresence
-
-
Method Details
-
email
Primary Email address of the associated Genesys Cloud user. -
getEmail
-
setEmail
-
presence
Integration presence value. -
getPresence
-
setPresence
-
message
Integration presence message. -
getMessage
-
setMessage
-
dateModified
ISO 8601 timestamp of presence value change. -
getDateModified
-
setDateModified
-
equals
-
hashCode
public int hashCode() -
toString
-