Uses of Class
com.oracle.bmc.oda.model.WebChannel.Builder
-
Packages that use WebChannel.Builder Package Description com.oracle.bmc.oda.model -
-
Uses of WebChannel.Builder in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return WebChannel.Builder Modifier and Type Method Description WebChannel.Builder
WebChannel.Builder. allowedDomains(String allowedDomains)
A comma-delimited whitelist of allowed domains.WebChannel.Builder
WebChannel.Builder. botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.static WebChannel.Builder
WebChannel. builder()
Create a new builder.WebChannel.Builder
WebChannel.Builder. category(ChannelCategory category)
WebChannel.Builder
WebChannel.Builder. copy(WebChannel model)
WebChannel.Builder
WebChannel.Builder. definedTags(Map<String,Map<String,Object>> definedTags)
WebChannel.Builder
WebChannel.Builder. description(String description)
WebChannel.Builder
WebChannel.Builder. freeformTags(Map<String,String> freeformTags)
WebChannel.Builder
WebChannel.Builder. id(String id)
WebChannel.Builder
WebChannel.Builder. isClientAuthenticationEnabled(Boolean isClientAuthenticationEnabled)
Whether client authentication is enabled or not.WebChannel.Builder
WebChannel.Builder. lifecycleState(LifecycleState lifecycleState)
WebChannel.Builder
WebChannel.Builder. maxTokenExpirationTimeInMinutes(Long maxTokenExpirationTimeInMinutes)
The maximum time until the token expires (in minutes).WebChannel.Builder
WebChannel.Builder. name(String name)
WebChannel.Builder
WebChannel.Builder. sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
WebChannel.Builder
WebChannel.Builder. timeCreated(Date timeCreated)
WebChannel.Builder
WebChannel.Builder. timeUpdated(Date timeUpdated)
WebChannel.Builder
WebChannel. toBuilder()
-