ImplementationEffort Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. ImplementationEffort
- com.
- com.
public final class ImplementationEffort
extends ExpandableStringEnum<ImplementationEffort>
The implementation effort required to remediate this assessment.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Implementation |
HIGH
High. |
|
static final
Implementation |
LOW
Low. |
|
static final
Implementation |
MODERATE
Moderate. |
Constructor Summary
| Constructor | Description |
|---|---|
| ImplementationEffort() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Implementation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Implementation |
fromString(String name)
Creates or finds a Implementation |
|
static
Collection<Implementation |
values()
Gets known Implementation |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HIGH
public static final ImplementationEffort HIGH
High.
LOW
public static final ImplementationEffort LOW
Low.
MODERATE
public static final ImplementationEffort MODERATE
Moderate.
Constructor Details
ImplementationEffort
@Deprecated
public ImplementationEffort()
Deprecated
Creates a new instance of ImplementationEffort value.
Method Details
fromString
public static ImplementationEffort fromString(String name)
Creates or finds a ImplementationEffort from its string representation.
Parameters:
Returns:
values
public static Collection<ImplementationEffort> values()
Gets known ImplementationEffort values.
Returns: