ResolutionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resourcemover. models. ResolutionType
- com.
- com.
public final class ResolutionType
extends ExpandableStringEnum<ResolutionType>
Defines the resolution type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Resolution |
AUTOMATIC
Static value Automatic for Resolution |
|
static final
Resolution |
MANUAL
Static value Manual for Resolution |
Constructor Summary
| Constructor | Description |
|---|---|
| ResolutionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Resolution |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resolution |
fromString(String name)
Creates or finds a Resolution |
|
static
Collection<Resolution |
values()
Gets known Resolution |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AUTOMATIC
public static final ResolutionType AUTOMATIC
Static value Automatic for ResolutionType.
MANUAL
public static final ResolutionType MANUAL
Static value Manual for ResolutionType.
Constructor Details
ResolutionType
@Deprecated
public ResolutionType()
Deprecated
Creates a new instance of ResolutionType value.
Method Details
fromString
public static ResolutionType fromString(String name)
Creates or finds a ResolutionType from its string representation.
Parameters:
Returns:
values
public static Collection<ResolutionType> values()
Gets known ResolutionType values.
Returns: