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