SolutionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. selfhelp. models. SolutionType
- com.
- com.
public final class SolutionType
extends ExpandableStringEnum<SolutionType>
Solution Type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Solution |
DIAGNOSTICS
Diagnostics resource type. |
|
static final
Solution |
SELF_HELP
Self |
|
static final
Solution |
SOLUTIONS
Solutions resource type. |
|
static final
Solution |
TROUBLESHOOTERS
Troubleshooters resource type. |
Constructor Summary
| Constructor | Description |
|---|---|
| SolutionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Solution |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Solution |
fromString(String name)
Creates or finds a Solution |
|
static
Collection<Solution |
values()
Gets known Solution |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DIAGNOSTICS
public static final SolutionType DIAGNOSTICS
Diagnostics resource type.
SELF_HELP
public static final SolutionType SELF_HELP
SelfHelp resource type.
SOLUTIONS
public static final SolutionType SOLUTIONS
Solutions resource type.
TROUBLESHOOTERS
public static final SolutionType TROUBLESHOOTERS
Troubleshooters resource type.
Constructor Details
SolutionType
@Deprecated
public SolutionType()
Deprecated
Creates a new instance of SolutionType value.
Method Details
fromString
public static SolutionType fromString(String name)
Creates or finds a SolutionType from its string representation.
Parameters:
Returns:
values
public static Collection<SolutionType> values()
Gets known SolutionType values.
Returns: