Uses of Class
com.bandwidth.sdk.model.MultiChannelChannelListObject
Packages that use MultiChannelChannelListObject
-
Uses of MultiChannelChannelListObject in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return MultiChannelChannelListObjectModifier and TypeMethodDescriptionMultiChannelChannelListObject.applicationId
(String applicationId) MultiChannelChannelListObject.channel
(MultiChannelMessageChannelEnum channel) MultiChannelChannelListObject.content
(MultiChannelChannelListObjectContent content) Create an instance of MultiChannelChannelListObject given an JSON stringMultiChannelChannelListObject.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.Methods in com.bandwidth.sdk.model that return types with arguments of type MultiChannelChannelListObjectModifier and TypeMethodDescriptionMultiChannelMessageRequest.getChannelList()
A list of message bodies.Methods in com.bandwidth.sdk.model with parameters of type MultiChannelChannelListObjectModifier and TypeMethodDescriptionMultiChannelMessageRequest.addChannelListItem
(MultiChannelChannelListObject channelListItem) Method parameters in com.bandwidth.sdk.model with type arguments of type MultiChannelChannelListObjectModifier and TypeMethodDescriptionMultiChannelMessageRequest.channelList
(List<MultiChannelChannelListObject> channelList) void
MultiChannelMessageRequest.setChannelList
(List<MultiChannelChannelListObject> channelList)