Uses of Enum Class
com.mypurecloud.sdk.v2.model.TextBotChannel.NameEnum
Packages that use TextBotChannel.NameEnum
-
Uses of TextBotChannel.NameEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotChannel.NameEnumModifier and TypeMethodDescriptionstatic TextBotChannel.NameEnumTextBotChannel.NameEnum.fromString(String key) TextBotChannel.getName()static TextBotChannel.NameEnumReturns the enum constant of this class with the specified name.static TextBotChannel.NameEnum[]TextBotChannel.NameEnum.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 TextBotChannel.NameEnumModifier and TypeMethodDescriptionTextBotChannel.name(TextBotChannel.NameEnum name) The name of the channel.voidTextBotChannel.setName(TextBotChannel.NameEnum name)