Uses of Class
com.oracle.bmc.oda.model.CreateChannelResult
-
Packages that use CreateChannelResult Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.responses -
-
Uses of CreateChannelResult in com.oracle.bmc.oda.model
Subclasses of CreateChannelResult in com.oracle.bmc.oda.model Modifier and Type Class Description class
CreateAndroidChannelResult
The configuration for an Android channel.class
CreateAppEventChannelResult
The configuration for an Application Event channel.class
CreateApplicationChannelResult
The configuration for an Application channel.class
CreateCortanaChannelResult
The configuration for a Cortana channel.class
CreateFacebookChannelResult
The configuration for a Facebook channel.class
CreateIosChannelResult
The configuration for an iOS channel.class
CreateMSTeamsChannelResult
The configuration for an MS Teams channel.class
CreateOSSChannelResult
The configuration for an Oracle Streaming Service (OSS) channel.class
CreateOsvcChannelResult
The configuration for an OSVC channel.class
CreateServiceCloudChannelResult
The configuration for a Service Cloud agent channel.class
CreateSlackChannelResult
The configuration for a Slack channel.class
CreateTestChannelResult
The configuration for the Test channel.class
CreateTwilioChannelResult
The configuration for a Twilio channel.class
CreateWebChannelResult
The configuration for a Web channel.class
CreateWebhookChannelResult
The configuration for a Webhook channel. -
Uses of CreateChannelResult in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return CreateChannelResult Modifier and Type Method Description CreateChannelResult
CreateChannelResponse. getCreateChannelResult()
The returned CreateChannelResult instance.CreateChannelResult
RotateChannelKeysResponse. getCreateChannelResult()
The returned CreateChannelResult instance.Methods in com.oracle.bmc.oda.responses with parameters of type CreateChannelResult Modifier and Type Method Description CreateChannelResponse.Builder
CreateChannelResponse.Builder. createChannelResult(CreateChannelResult createChannelResult)
The returned CreateChannelResult instance.RotateChannelKeysResponse.Builder
RotateChannelKeysResponse.Builder. createChannelResult(CreateChannelResult createChannelResult)
The returned CreateChannelResult instance.
-