Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.ChannelType
Packages that use ChannelType
-
Uses of ChannelType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ChannelTypeModifier and TypeMethodDescriptionstatic ChannelTypeChannelType.fromString(String key) BaseMessagingChannel.getType()CleanMessagingChannel.getType()static ChannelTypeReturns the enum constant of this class with the specified name.static ChannelType[]ChannelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ChannelTypeModifier and TypeMethodDescriptionvoidBaseMessagingChannel.setType(ChannelType type) voidCleanMessagingChannel.setType(ChannelType type) BaseMessagingChannel.type(ChannelType type) CleanMessagingChannel.type(ChannelType type)