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