public final class ExemptionCategory extends com.azure.core.util.ExpandableStringEnum<ExemptionCategory>
| Modifier and Type | Field and Description |
|---|---|
static ExemptionCategory |
MITIGATED
Static value Mitigated for ExemptionCategory.
|
static ExemptionCategory |
WAIVER
Static value Waiver for ExemptionCategory.
|
| Constructor and Description |
|---|
ExemptionCategory() |
| Modifier and Type | Method and Description |
|---|---|
static ExemptionCategory |
fromString(String name)
Creates or finds a ExemptionCategory from its string representation.
|
static Collection<ExemptionCategory> |
values() |
public static final ExemptionCategory WAIVER
public static final ExemptionCategory MITIGATED
public static ExemptionCategory fromString(String name)
name - a name to look for.public static Collection<ExemptionCategory> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.