Uses of Enum Class
com.mypurecloud.sdk.v2.model.IncomingMessageRequest.ChannelsEnum
Packages that use IncomingMessageRequest.ChannelsEnum
-
Uses of IncomingMessageRequest.ChannelsEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IncomingMessageRequest.ChannelsEnumModifier and TypeMethodDescriptionIncomingMessageRequest.ChannelsEnum.fromString(String key) Returns the enum constant of this class with the specified name.static IncomingMessageRequest.ChannelsEnum[]IncomingMessageRequest.ChannelsEnum.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 IncomingMessageRequest.ChannelsEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type IncomingMessageRequest.ChannelsEnumModifier and TypeMethodDescriptionIncomingMessageRequest.channels(List<IncomingMessageRequest.ChannelsEnum> channels) The channels this bot is utilizing.voidIncomingMessageRequest.setChannels(List<IncomingMessageRequest.ChannelsEnum> channels)