Uses of Class
cloud.genesys.webmessaging.sdk.model.ChannelType
-
Packages that use ChannelType Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ChannelType in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ChannelType Modifier and Type Method Description static ChannelTypeChannelType. fromString(String key)ChannelTypeBaseMessagingChannel. getType()ChannelTypeCleanMessagingChannel. getType()static ChannelTypeChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelType[]ChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ChannelType Modifier and Type Method Description voidBaseMessagingChannel. setType(ChannelType type)voidCleanMessagingChannel. setType(ChannelType type)BaseMessagingChannelBaseMessagingChannel. type(ChannelType type)CleanMessagingChannelCleanMessagingChannel. type(ChannelType type)
-