Uses of Enum Class
com.mypurecloud.sdk.v2.model.ContentReaction.ReactionTypeEnum
Packages that use ContentReaction.ReactionTypeEnum
-
Uses of ContentReaction.ReactionTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContentReaction.ReactionTypeEnumModifier and TypeMethodDescriptionContentReaction.ReactionTypeEnum.fromString(String key) ContentReaction.getReactionType()Returns the enum constant of this class with the specified name.static ContentReaction.ReactionTypeEnum[]ContentReaction.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 ContentReaction.ReactionTypeEnumModifier and TypeMethodDescriptionContentReaction.reactionType(ContentReaction.ReactionTypeEnum reactionType) Type of reaction.voidContentReaction.setReactionType(ContentReaction.ReactionTypeEnum reactionType)