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