IsRecommendSolution Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appcomplianceautomation. models. IsRecommendSolution
- com.
- com.
public final class IsRecommendSolution
extends ExpandableStringEnum<IsRecommendSolution>
Indicates whether this solution is the recommended.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Is |
FALSE
This solution is not the recommended. |
|
static final
Is |
TRUE
This solution is the recommended. |
Constructor Summary
| Constructor | Description |
|---|---|
| IsRecommendSolution() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Is |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Is |
fromString(String name)
Creates or finds a Is |
|
static
Collection<Is |
values()
Gets known Is |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final IsRecommendSolution FALSE
This solution is not the recommended.
TRUE
public static final IsRecommendSolution TRUE
This solution is the recommended.
Constructor Details
IsRecommendSolution
@Deprecated
public IsRecommendSolution()
Deprecated
Creates a new instance of IsRecommendSolution value.
Method Details
fromString
public static IsRecommendSolution fromString(String name)
Creates or finds a IsRecommendSolution from its string representation.
Parameters:
Returns:
values
public static Collection<IsRecommendSolution> values()
Gets known IsRecommendSolution values.
Returns: