Uses of Class
com.databricks.sdk.service.sql.ChannelName
-
Packages that use ChannelName Package Description com.databricks.sdk.service.sql -
-
Uses of ChannelName in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return ChannelName Modifier and Type Method Description ChannelNameChannel. getName()ChannelNameChannelInfo. getName()static ChannelNameChannelName. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelName[]ChannelName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sql with parameters of type ChannelName Modifier and Type Method Description ChannelChannel. setName(ChannelName name)ChannelInfoChannelInfo. setName(ChannelName name)
-