Package com.mypurecloud.sdk.v2.model
Class ConversationContentReaction
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentReaction
- All Implemented Interfaces:
Serializable
User reaction to public message.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of reaction. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNumber of users that reacted this way to the message.booleangetCount()inthashCode()reactionType(ConversationContentReaction.ReactionTypeEnum reactionType) Type of reaction.voidvoidsetReactionType(ConversationContentReaction.ReactionTypeEnum reactionType) toString()
-
Constructor Details
-
ConversationContentReaction
public ConversationContentReaction() -
ConversationContentReaction
-
-
Method Details
-
reactionType
public ConversationContentReaction reactionType(ConversationContentReaction.ReactionTypeEnum reactionType) Type of reaction. -
getReactionType
-
setReactionType
-
count
Number of users that reacted this way to the message. -
getCount
-
setCount
-
equals
-
hashCode
public int hashCode() -
toString
-