Uses of Enum Class
com.mypurecloud.sdk.v2.model.Reaction.ReactionTypeEnum
Packages that use Reaction.ReactionTypeEnum
-
Uses of Reaction.ReactionTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Reaction.ReactionTypeEnumModifier and TypeMethodDescriptionstatic Reaction.ReactionTypeEnumReaction.ReactionTypeEnum.fromString(String key) Reaction.getReactionType()static Reaction.ReactionTypeEnumReturns the enum constant of this class with the specified name.static Reaction.ReactionTypeEnum[]Reaction.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 Reaction.ReactionTypeEnumModifier and TypeMethodDescriptionReaction.reactionType(Reaction.ReactionTypeEnum reactionType) The reaction to take for a given call analysis result.voidReaction.setReactionType(Reaction.ReactionTypeEnum reactionType)