Uses of Class
com.oracle.bmc.oda.model.OsvcServiceType
-
Packages that use OsvcServiceType Package Description com.oracle.bmc.oda.model -
-
Uses of OsvcServiceType in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OsvcServiceType Modifier and Type Method Description static OsvcServiceType
OsvcServiceType. create(String key)
OsvcServiceType
CreateOsvcChannelDetails. getChannelService()
The type of OSVC service.OsvcServiceType
CreateOsvcChannelResult. getChannelService()
The type of OSVC service.OsvcServiceType
OsvcChannel. getChannelService()
The type of OSVC service.OsvcServiceType
UpdateOsvcChannelDetails. getChannelService()
The type of OSVC service.static OsvcServiceType
OsvcServiceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OsvcServiceType[]
OsvcServiceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oda.model with parameters of type OsvcServiceType Modifier and Type Method Description CreateOsvcChannelDetails.Builder
CreateOsvcChannelDetails.Builder. channelService(OsvcServiceType channelService)
The type of OSVC service.CreateOsvcChannelResult.Builder
CreateOsvcChannelResult.Builder. channelService(OsvcServiceType channelService)
The type of OSVC service.OsvcChannel.Builder
OsvcChannel.Builder. channelService(OsvcServiceType channelService)
The type of OSVC service.UpdateOsvcChannelDetails.Builder
UpdateOsvcChannelDetails.Builder. channelService(OsvcServiceType channelService)
The type of OSVC service.Constructors in com.oracle.bmc.oda.model with parameters of type OsvcServiceType Constructor Description CreateOsvcChannelDetails(String name, String description, Long sessionExpiryDurationInMilliseconds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String host, String port, String userName, String password, Integer totalSessionCount, OsvcServiceType channelService, String authenticationProviderName, String botId)
Deprecated.CreateOsvcChannelResult(String id, String name, String description, ChannelCategory category, Long sessionExpiryDurationInMilliseconds, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String host, String port, String userName, Integer totalSessionCount, OsvcServiceType channelService, String authenticationProviderName, String botId)
Deprecated.OsvcChannel(String id, String name, String description, ChannelCategory category, Long sessionExpiryDurationInMilliseconds, LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String host, String port, String userName, Integer totalSessionCount, OsvcServiceType channelService, String authenticationProviderName, String botId)
Deprecated.UpdateOsvcChannelDetails(String name, String description, Long sessionExpiryDurationInMilliseconds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String host, String port, String userName, String password, Integer totalSessionCount, OsvcServiceType channelService, String authenticationProviderName, String botId)
Deprecated.
-