Uses of Class
com.oracle.bmc.oda.model.Channel
-
Packages that use Channel Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.responses -
-
Uses of Channel in com.oracle.bmc.oda.model
Subclasses of Channel in com.oracle.bmc.oda.model Modifier and Type Class Description class
AndroidChannel
The configuration for an Android channel.class
AppEventChannel
The configuration for an Application Event channel.class
ApplicationChannel
The configuration for an Application channel.class
CortanaChannel
The configuration for a Cortana channel.class
FacebookChannel
The configuration for a Facebook channel.class
IosChannel
The configuration for an iOS channel.class
MSTeamsChannel
The configuration for an MS Teams channel.class
OSSChannel
The configuration for an Oracle Streaming Service (OSS) channel.class
OsvcChannel
The configuration for an OSVC channel.class
ServiceCloudChannel
The configuration for a Service Cloud agent channel.class
SlackChannel
The configuration for a Slack channel.class
TestChannel
The configuration for the Test channel.class
TwilioChannel
The configuration for a Twilio channel.class
WebChannel
The configuration for a Web channel.class
WebhookChannel
The configuration for a Webhook channel. -
Uses of Channel in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return Channel Modifier and Type Method Description Channel
GetChannelResponse. getChannel()
The returned Channel instance.Channel
StartChannelResponse. getChannel()
The returned Channel instance.Channel
StopChannelResponse. getChannel()
The returned Channel instance.Channel
UpdateChannelResponse. getChannel()
The returned Channel instance.Methods in com.oracle.bmc.oda.responses with parameters of type Channel Modifier and Type Method Description GetChannelResponse.Builder
GetChannelResponse.Builder. channel(Channel channel)
The returned Channel instance.StartChannelResponse.Builder
StartChannelResponse.Builder. channel(Channel channel)
The returned Channel instance.StopChannelResponse.Builder
StopChannelResponse.Builder. channel(Channel channel)
The returned Channel instance.UpdateChannelResponse.Builder
UpdateChannelResponse.Builder. channel(Channel channel)
The returned Channel instance.
-