public final class CoverageLevel extends com.azure.core.util.ExpandableStringEnum<CoverageLevel>
| Modifier and Type | Field and Description |
|---|---|
static CoverageLevel |
ABOVE_AVERAGE
Static value AboveAverage for CoverageLevel.
|
static CoverageLevel |
AVERAGE
Static value Average for CoverageLevel.
|
static CoverageLevel |
BELOW_AVERAGE
Static value BelowAverage for CoverageLevel.
|
static CoverageLevel |
DEFAULT
Static value Default for CoverageLevel.
|
static CoverageLevel |
FULL
Static value Full for CoverageLevel.
|
static CoverageLevel |
LOW
Static value Low for CoverageLevel.
|
| Constructor and Description |
|---|
CoverageLevel() |
| Modifier and Type | Method and Description |
|---|---|
static CoverageLevel |
fromString(String name)
Creates or finds a CoverageLevel from its string representation.
|
static Collection<CoverageLevel> |
values() |
public static final CoverageLevel DEFAULT
public static final CoverageLevel LOW
public static final CoverageLevel BELOW_AVERAGE
public static final CoverageLevel AVERAGE
public static final CoverageLevel ABOVE_AVERAGE
public static final CoverageLevel FULL
public static CoverageLevel fromString(String name)
name - a name to look for.public static Collection<CoverageLevel> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.