Uses of Class
cloud.genesys.webmessaging.sdk.model.ReactionType
-
Packages that use ReactionType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ReactionType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ReactionType Modifier and Type Method Description static ReactionTypeReactionType. fromString(String key)ReactionTypeContentReaction. getReactionType()static ReactionTypeReactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReactionType[]ReactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ReactionType Modifier and Type Method Description ContentReactionContentReaction. reactionType(ReactionType reactionType)Type of reaction.voidContentReaction. setReactionType(ReactionType reactionType)
-