Uses of Class
com.oracle.bmc.oda.model.OsvcChannel.Builder
-
Packages that use OsvcChannel.Builder Package Description com.oracle.bmc.oda.model -
-
Uses of OsvcChannel.Builder in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OsvcChannel.Builder Modifier and Type Method Description OsvcChannel.Builder
OsvcChannel.Builder. authenticationProviderName(String authenticationProviderName)
The name of the Authentication Provider to use to authenticate the user.OsvcChannel.Builder
OsvcChannel.Builder. botId(String botId)
The ID of the Skill or Digital Assistant that the Channel is routed to.static OsvcChannel.Builder
OsvcChannel. builder()
Create a new builder.OsvcChannel.Builder
OsvcChannel.Builder. category(ChannelCategory category)
OsvcChannel.Builder
OsvcChannel.Builder. channelService(OsvcServiceType channelService)
The type of OSVC service.OsvcChannel.Builder
OsvcChannel.Builder. copy(OsvcChannel model)
OsvcChannel.Builder
OsvcChannel.Builder. definedTags(Map<String,Map<String,Object>> definedTags)
OsvcChannel.Builder
OsvcChannel.Builder. description(String description)
OsvcChannel.Builder
OsvcChannel.Builder. freeformTags(Map<String,String> freeformTags)
OsvcChannel.Builder
OsvcChannel.Builder. host(String host)
The host.OsvcChannel.Builder
OsvcChannel.Builder. id(String id)
OsvcChannel.Builder
OsvcChannel.Builder. lifecycleState(LifecycleState lifecycleState)
OsvcChannel.Builder
OsvcChannel.Builder. name(String name)
OsvcChannel.Builder
OsvcChannel.Builder. port(String port)
The port.OsvcChannel.Builder
OsvcChannel.Builder. sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
OsvcChannel.Builder
OsvcChannel.Builder. timeCreated(Date timeCreated)
OsvcChannel.Builder
OsvcChannel.Builder. timeUpdated(Date timeUpdated)
OsvcChannel.Builder
OsvcChannel. toBuilder()
OsvcChannel.Builder
OsvcChannel.Builder. totalSessionCount(Integer totalSessionCount)
The total session count.OsvcChannel.Builder
OsvcChannel.Builder. userName(String userName)
The user name for the digital-assistant agent.
-