Uses of Enum Class
com.mypurecloud.sdk.v2.model.PostTextRequest.BotChannelsEnum
Packages that use PostTextRequest.BotChannelsEnum
-
Uses of PostTextRequest.BotChannelsEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PostTextRequest.BotChannelsEnumModifier and TypeMethodDescriptionPostTextRequest.BotChannelsEnum.fromString(String key) Returns the enum constant of this class with the specified name.static PostTextRequest.BotChannelsEnum[]PostTextRequest.BotChannelsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type PostTextRequest.BotChannelsEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type PostTextRequest.BotChannelsEnumModifier and TypeMethodDescriptionPostTextRequest.botChannels(List<PostTextRequest.BotChannelsEnum> botChannels) The channels this bot is utilizingvoidPostTextRequest.setBotChannels(List<PostTextRequest.BotChannelsEnum> botChannels)