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