ExemptionCategory Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. ExemptionCategory
- com.
- com.
public final class ExemptionCategory
extends ExpandableStringEnum<ExemptionCategory>
Exemption category of this assignment.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Exemption |
MITIGATED
mitigated. |
|
static final
Exemption |
WAIVER
waiver. |
Constructor Summary
| Constructor | Description |
|---|---|
| ExemptionCategory() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Exemption |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Exemption |
fromString(String name)
Creates or finds a Exemption |
|
static
Collection<Exemption |
values()
Gets known Exemption |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MITIGATED
public static final ExemptionCategory MITIGATED
mitigated.
WAIVER
public static final ExemptionCategory WAIVER
waiver.
Constructor Details
ExemptionCategory
@Deprecated
public ExemptionCategory()
Deprecated
Creates a new instance of ExemptionCategory value.
Method Details
fromString
public static ExemptionCategory fromString(String name)
Creates or finds a ExemptionCategory from its string representation.
Parameters:
Returns:
values
public static Collection<ExemptionCategory> values()
Gets known ExemptionCategory values.
Returns: