public final class DataStatus extends com.azure.core.util.ExpandableStringEnum<DataStatus>
| Modifier and Type | Field and Description |
|---|---|
static DataStatus |
NOT_PRESENT
Static value notPresent for DataStatus.
|
static DataStatus |
PRESENT
Static value present for DataStatus.
|
| Constructor and Description |
|---|
DataStatus() |
| Modifier and Type | Method and Description |
|---|---|
static DataStatus |
fromString(String name)
Creates or finds a DataStatus from its string representation.
|
static Collection<DataStatus> |
values() |
public static final DataStatus PRESENT
public static final DataStatus NOT_PRESENT
public static DataStatus fromString(String name)
name - a name to look for.public static Collection<DataStatus> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.