Package com.mypurecloud.sdk.v2.model
Class ConversationEventPresence
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEventPresence
- All Implemented Interfaces:
Serializable
A Presence event.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDescribes the type of Presence event. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) A sign in prompt message for when the authenticate event is received.replyMessage(ConversationContentReceivedReplyMessage replyMessage) A reply message on authentication success.voidsetReceivedMessage(ConversationContentReceivedReplyMessage receivedMessage) voidsetReplyMessage(ConversationContentReceivedReplyMessage replyMessage) voidtoString()Describes the type of Presence event.
-
Constructor Details
-
ConversationEventPresence
public ConversationEventPresence() -
ConversationEventPresence
-
-
Method Details
-
type
Describes the type of Presence event. -
getType
-
setType
-
receivedMessage
public ConversationEventPresence receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) A sign in prompt message for when the authenticate event is received. -
getReceivedMessage
-
setReceivedMessage
-
replyMessage
A reply message on authentication success. -
getReplyMessage
-
setReplyMessage
-
equals
-
hashCode
public int hashCode() -
toString
-