Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.ReactionType
Packages that use ReactionType
-
Uses of ReactionType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ReactionTypeModifier and TypeMethodDescriptionstatic ReactionTypeReactionType.fromString(String key) ContentReaction.getReactionType()static ReactionTypeReturns the enum constant of this class with the specified name.static ReactionType[]ReactionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ReactionTypeModifier and TypeMethodDescriptionContentReaction.reactionType(ReactionType reactionType) Type of reaction.voidContentReaction.setReactionType(ReactionType reactionType)