Uses of Enum Class
com.mypurecloud.sdk.v2.model.ConversationContentReaction.ReactionTypeEnum
Packages that use ConversationContentReaction.ReactionTypeEnum
-
Uses of ConversationContentReaction.ReactionTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentReaction.ReactionTypeEnumModifier and TypeMethodDescriptionConversationContentReaction.ReactionTypeEnum.fromString(String key) ConversationContentReaction.getReactionType()Returns the enum constant of this class with the specified name.ConversationContentReaction.ReactionTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentReaction.ReactionTypeEnumModifier and TypeMethodDescriptionConversationContentReaction.reactionType(ConversationContentReaction.ReactionTypeEnum reactionType) Type of reaction.voidConversationContentReaction.setReactionType(ConversationContentReaction.ReactionTypeEnum reactionType)