DownloadPhase Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. databoxedge. models. DownloadPhase
- com.
- com.
public final class DownloadPhase
extends ExpandableStringEnum<DownloadPhase>
The download phase.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Download |
DOWNLOADING
Static value Downloading for Download |
|
static final
Download |
INITIALIZING
Static value Initializing for Download |
|
static final
Download |
UNKNOWN
Static value Unknown for Download |
|
static final
Download |
VERIFYING
Static value Verifying for Download |
Constructor Summary
| Constructor | Description |
|---|---|
| DownloadPhase() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Download |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Download |
fromString(String name)
Creates or finds a Download |
|
static
Collection<Download |
values()
Gets known Download |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DOWNLOADING
public static final DownloadPhase DOWNLOADING
Static value Downloading for DownloadPhase.
INITIALIZING
public static final DownloadPhase INITIALIZING
Static value Initializing for DownloadPhase.
UNKNOWN
public static final DownloadPhase UNKNOWN
Static value Unknown for DownloadPhase.
VERIFYING
public static final DownloadPhase VERIFYING
Static value Verifying for DownloadPhase.
Constructor Details
DownloadPhase
@Deprecated
public DownloadPhase()
Deprecated
Creates a new instance of DownloadPhase value.
Method Details
fromString
public static DownloadPhase fromString(String name)
Creates or finds a DownloadPhase from its string representation.
Parameters:
Returns:
values
public static Collection<DownloadPhase> values()
Gets known DownloadPhase values.
Returns: