Uses of Class
com.oracle.bmc.oda.model.UpdateChannelDetails
-
Packages that use UpdateChannelDetails Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.requests -
-
Uses of UpdateChannelDetails in com.oracle.bmc.oda.model
Subclasses of UpdateChannelDetails in com.oracle.bmc.oda.model Modifier and Type Class Description class
UpdateAndroidChannelDetails
Properties to update an Android channel.class
UpdateAppEventChannelDetails
Properties to update an Application Event channel.class
UpdateApplicationChannelDetails
Properties to update an Application channel.class
UpdateCortanaChannelDetails
Properties to update a Cortana channel.class
UpdateFacebookChannelDetails
Properties to update a Facebook channel.class
UpdateIosChannelDetails
Properties to update an iOS channel.class
UpdateMSTeamsChannelDetails
Properties to update an MS Teams channel.class
UpdateOSSChannelDetails
Properties to update an Oracle Streaming Service (OSS) channel.class
UpdateOsvcChannelDetails
Properties required to update an OSVC channel.class
UpdateServiceCloudChannelDetails
Properties to update a Service Cloud agent channel.class
UpdateSlackChannelDetails
Properties to update a Slack channel.class
UpdateTwilioChannelDetails
Properties to update a Twilio channel.class
UpdateWebChannelDetails
Properties to update a Web channel.class
UpdateWebhookChannelDetails
Properties to update a Webhook channel. -
Uses of UpdateChannelDetails in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return UpdateChannelDetails Modifier and Type Method Description UpdateChannelDetails
UpdateChannelRequest. getBody$()
Alternative accessor for the body parameter.UpdateChannelDetails
UpdateChannelRequest. getUpdateChannelDetails()
Property values to update the Channel.Methods in com.oracle.bmc.oda.requests with parameters of type UpdateChannelDetails Modifier and Type Method Description UpdateChannelRequest.Builder
UpdateChannelRequest.Builder. body$(UpdateChannelDetails body)
Alternative setter for the body parameter.UpdateChannelRequest.Builder
UpdateChannelRequest.Builder. updateChannelDetails(UpdateChannelDetails updateChannelDetails)
Property values to update the Channel.
-