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