Uses of Class
com.oracle.bmc.cims.model.Classifier.Unit
-
Packages that use Classifier.Unit Package Description com.oracle.bmc.cims.model -
-
Uses of Classifier.Unit in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return Classifier.Unit Modifier and Type Method Description static Classifier.Unit
Classifier.Unit. create(String key)
Classifier.Unit
Classifier. getUnit()
The unit to use to measure the service category or resource.static Classifier.Unit
Classifier.Unit. valueOf(String name)
Returns the enum constant of this type with the specified name.static Classifier.Unit[]
Classifier.Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cims.model with parameters of type Classifier.Unit Modifier and Type Method Description Classifier.Builder
Classifier.Builder. unit(Classifier.Unit unit)
The unit to use to measure the service category or resource.Constructors in com.oracle.bmc.cims.model with parameters of type Classifier.Unit Constructor Description Classifier(String id, String name, String label, String description, List<IssueType> issueTypeList, Classifier.Scope scope, Classifier.Unit unit)
Deprecated.
-