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 OsvcServiceTypeOsvcServiceType. create(String key)OsvcServiceTypeCreateOsvcChannelDetails. getChannelService()The type of OSVC service.OsvcServiceTypeCreateOsvcChannelResult. getChannelService()The type of OSVC service.OsvcServiceTypeOsvcChannel. getChannelService()The type of OSVC service.OsvcServiceTypeUpdateOsvcChannelDetails. getChannelService()The type of OSVC service.static OsvcServiceTypeOsvcServiceType. 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.BuilderCreateOsvcChannelDetails.Builder. channelService(OsvcServiceType channelService)The type of OSVC service.CreateOsvcChannelResult.BuilderCreateOsvcChannelResult.Builder. channelService(OsvcServiceType channelService)The type of OSVC service.OsvcChannel.BuilderOsvcChannel.Builder. channelService(OsvcServiceType channelService)The type of OSVC service.UpdateOsvcChannelDetails.BuilderUpdateOsvcChannelDetails.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.
-