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