ChangeType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. changeanalysis. models. ChangeType
- com.
- com.
public final class ChangeType
extends ExpandableStringEnum<ChangeType>
The type of the change.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Change |
ADD
Static value Add for Change |
|
static final
Change |
REMOVE
Static value Remove for Change |
|
static final
Change |
UPDATE
Static value Update for Change |
Constructor Summary
| Constructor | Description |
|---|---|
| ChangeType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Change |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Change |
fromString(String name)
Creates or finds a Change |
|
static
Collection<Change |
values()
Gets known Change |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ADD
public static final ChangeType ADD
Static value Add for ChangeType.
REMOVE
public static final ChangeType REMOVE
Static value Remove for ChangeType.
UPDATE
public static final ChangeType UPDATE
Static value Update for ChangeType.
Constructor Details
ChangeType
@Deprecated
public ChangeType()
Deprecated
Creates a new instance of ChangeType value.
Method Details
fromString
public static ChangeType fromString(String name)
Creates or finds a ChangeType from its string representation.
Parameters:
Returns:
values
public static Collection<ChangeType> values()
Gets known ChangeType values.
Returns: