Uses of Class
com.oracle.bmc.cims.model.Classifier.Scope
-
Packages that use Classifier.Scope Package Description com.oracle.bmc.cims.model -
-
Uses of Classifier.Scope in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return Classifier.Scope Modifier and Type Method Description static Classifier.Scope
Classifier.Scope. create(String key)
Classifier.Scope
Classifier. getScope()
The scope of the service category or resource.static Classifier.Scope
Classifier.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static Classifier.Scope[]
Classifier.Scope. 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.Scope Modifier and Type Method Description Classifier.Builder
Classifier.Builder. scope(Classifier.Scope scope)
The scope of the service category or resource.Constructors in com.oracle.bmc.cims.model with parameters of type Classifier.Scope Constructor Description Classifier(String id, String name, String label, String description, List<IssueType> issueTypeList, Classifier.Scope scope, Classifier.Unit unit)
Deprecated.
-