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
Static value High for Implementation |
|
static final
Implementation |
LOW
Static value Low for Implementation |
|
static final
Implementation |
MODERATE
Static value Moderate for Implementation |
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
Static value High for ImplementationEffort.
LOW
public static final ImplementationEffort LOW
Static value Low for ImplementationEffort.
MODERATE
public static final ImplementationEffort MODERATE
Static value Moderate for ImplementationEffort.
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: