Uses of Enum Class
com.vonage.client.common.ChannelType
Packages that use ChannelType
-
Uses of ChannelType in com.vonage.client.common
Methods in com.vonage.client.common that return ChannelTypeModifier and TypeMethodDescriptionstatic ChannelTypeChannelType.fromString(String name) 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. -
Uses of ChannelType in com.vonage.client.conversations
Methods in com.vonage.client.conversations that return ChannelTypeMethods in com.vonage.client.conversations with parameters of type ChannelTypeModifier and TypeMethodDescriptionMember.Builder.channelType(ChannelType channelType) (REQUIRED) Top-level channel type. -
Uses of ChannelType in com.vonage.client.users.channels
Fields in com.vonage.client.users.channels declared as ChannelTypeMethods in com.vonage.client.users.channels that return ChannelTypeModifier and TypeMethodDescriptionChannel.getType()If thetypefield is present in JSON payload, returns the value as an enum.Methods in com.vonage.client.users.channels with parameters of type ChannelTypeModifier and TypeMethodDescriptionChannel.getConcreteClass(ChannelType type) Finds the corresponding subclass of Channel based on the enum's value.