Uses of Enum
com.bandwidth.sdk.model.MultiChannelMessageChannelEnum
Packages that use MultiChannelMessageChannelEnum
-
Uses of MultiChannelMessageChannelEnum in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return MultiChannelMessageChannelEnumModifier and TypeMethodDescriptionMultiChannelChannelListObject.getChannel()
Get channelMultiChannelMessageCallbackData.getChannel()
Get channelMultiChannelMessageData.getChannel()
Get channelMultiChannelMessageChannelEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static MultiChannelMessageChannelEnum[]
MultiChannelMessageChannelEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bandwidth.sdk.model with parameters of type MultiChannelMessageChannelEnumModifier and TypeMethodDescriptionMultiChannelChannelListObject.channel
(MultiChannelMessageChannelEnum channel) MultiChannelMessageCallbackData.channel
(MultiChannelMessageChannelEnum channel) MultiChannelMessageData.channel
(MultiChannelMessageChannelEnum channel) void
MultiChannelChannelListObject.setChannel
(MultiChannelMessageChannelEnum channel) void
MultiChannelMessageCallbackData.setChannel
(MultiChannelMessageChannelEnum channel) void
MultiChannelMessageData.setChannel
(MultiChannelMessageChannelEnum channel) void
MultiChannelMessageChannelEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, MultiChannelMessageChannelEnum enumeration)