Uses of Enum Class
com.mypurecloud.sdk.v2.model.Phrase.SentimentEnum
Packages that use Phrase.SentimentEnum
-
Uses of Phrase.SentimentEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Phrase.SentimentEnumModifier and TypeMethodDescriptionstatic Phrase.SentimentEnumPhrase.SentimentEnum.fromString(String key) Phrase.getSentiment()static Phrase.SentimentEnumReturns the enum constant of this class with the specified name.static Phrase.SentimentEnum[]Phrase.SentimentEnum.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 Phrase.SentimentEnumModifier and TypeMethodDescriptionPhrase.sentiment(Phrase.SentimentEnum sentiment) The phrase sentiment, default value is Unspecified.voidPhrase.setSentiment(Phrase.SentimentEnum sentiment)