Uses of Class
com.oracle.bmc.opsi.model.DataObjectOtherStandardColumnUnit.Unit
-
Packages that use DataObjectOtherStandardColumnUnit.Unit Package Description com.oracle.bmc.opsi.model -
-
Uses of DataObjectOtherStandardColumnUnit.Unit in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return DataObjectOtherStandardColumnUnit.Unit Modifier and Type Method Description static DataObjectOtherStandardColumnUnit.Unit
DataObjectOtherStandardColumnUnit.Unit. create(String key)
DataObjectOtherStandardColumnUnit.Unit
DataObjectOtherStandardColumnUnit. getUnit()
Other standard column unit.static DataObjectOtherStandardColumnUnit.Unit
DataObjectOtherStandardColumnUnit.Unit. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataObjectOtherStandardColumnUnit.Unit[]
DataObjectOtherStandardColumnUnit.Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type DataObjectOtherStandardColumnUnit.Unit Modifier and Type Method Description DataObjectOtherStandardColumnUnit.Builder
DataObjectOtherStandardColumnUnit.Builder. unit(DataObjectOtherStandardColumnUnit.Unit unit)
Other standard column unit.Constructors in com.oracle.bmc.opsi.model with parameters of type DataObjectOtherStandardColumnUnit.Unit Constructor Description DataObjectOtherStandardColumnUnit(String displayName, DataObjectOtherStandardColumnUnit.Unit unit)
Deprecated.
-