Uses of Class
com.oracle.bmc.devops.model.NetworkChannel.NetworkChannelType
-
Packages that use NetworkChannel.NetworkChannelType Package Description com.oracle.bmc.devops.model -
-
Uses of NetworkChannel.NetworkChannelType in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return NetworkChannel.NetworkChannelType Modifier and Type Method Description static NetworkChannel.NetworkChannelType
NetworkChannel.NetworkChannelType. create(String key)
static NetworkChannel.NetworkChannelType
NetworkChannel.NetworkChannelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkChannel.NetworkChannelType[]
NetworkChannel.NetworkChannelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-