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