Uses of Class
com.oracle.bmc.oda.model.AppEventChannel.Builder
-
Packages that use AppEventChannel.Builder Package Description com.oracle.bmc.oda.model -
-
Uses of AppEventChannel.Builder in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return AppEventChannel.Builder Modifier and Type Method Description static AppEventChannel.Builder
AppEventChannel. builder()
Create a new builder.AppEventChannel.Builder
AppEventChannel.Builder. category(ChannelCategory category)
AppEventChannel.Builder
AppEventChannel.Builder. copy(AppEventChannel model)
AppEventChannel.Builder
AppEventChannel.Builder. definedTags(Map<String,Map<String,Object>> definedTags)
AppEventChannel.Builder
AppEventChannel.Builder. description(String description)
AppEventChannel.Builder
AppEventChannel.Builder. eventSinkBotIds(List<String> eventSinkBotIds)
The IDs of the Skills and Digital Assistants that the Channel is routed to.AppEventChannel.Builder
AppEventChannel.Builder. freeformTags(Map<String,String> freeformTags)
AppEventChannel.Builder
AppEventChannel.Builder. id(String id)
AppEventChannel.Builder
AppEventChannel.Builder. lifecycleState(LifecycleState lifecycleState)
AppEventChannel.Builder
AppEventChannel.Builder. name(String name)
AppEventChannel.Builder
AppEventChannel.Builder. outboundUrl(String outboundUrl)
The URL for sending errors and responses to.AppEventChannel.Builder
AppEventChannel.Builder. sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
AppEventChannel.Builder
AppEventChannel.Builder. timeCreated(Date timeCreated)
AppEventChannel.Builder
AppEventChannel.Builder. timeUpdated(Date timeUpdated)
AppEventChannel.Builder
AppEventChannel. toBuilder()
AppEventChannel.Builder
AppEventChannel.Builder. webhookUrl(String webhookUrl)
The URL to use to send messages to this channel.
-