ObsoleteVersion Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. mobilenetwork. models. ObsoleteVersion
- com.
- com.
public final class ObsoleteVersion
extends ExpandableStringEnum<ObsoleteVersion>
Indicates whether this version is obsolete.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Obsolete |
NOT_OBSOLETE
Static value Not |
|
static final
Obsolete |
OBSOLETE
Static value Obsolete for Obsolete |
Constructor Summary
| Constructor | Description |
|---|---|
| ObsoleteVersion() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Obsolete |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Obsolete |
fromString(String name)
Creates or finds a Obsolete |
|
static
Collection<Obsolete |
values()
Gets known Obsolete |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NOT_OBSOLETE
public static final ObsoleteVersion NOT_OBSOLETE
Static value NotObsolete for ObsoleteVersion.
OBSOLETE
public static final ObsoleteVersion OBSOLETE
Static value Obsolete for ObsoleteVersion.
Constructor Details
ObsoleteVersion
@Deprecated
public ObsoleteVersion()
Deprecated
Creates a new instance of ObsoleteVersion value.
Method Details
fromString
public static ObsoleteVersion fromString(String name)
Creates or finds a ObsoleteVersion from its string representation.
Parameters:
Returns:
values
public static Collection<ObsoleteVersion> values()
Gets known ObsoleteVersion values.
Returns: