public final class Severity extends com.microsoft.rest.ExpandableStringEnum<Severity>
| Modifier and Type | Field and Description |
|---|---|
static Severity |
ERROR
Static value Error for Severity.
|
static Severity |
WARNING
Static value Warning for Severity.
|
| Constructor and Description |
|---|
Severity() |
| Modifier and Type | Method and Description |
|---|---|
static Severity |
fromString(String name)
Creates or finds a Severity from its string representation.
|
static Collection<Severity> |
values() |
public static final Severity ERROR
public static final Severity WARNING
public static Severity fromString(String name)
name - a name to look forpublic static Collection<Severity> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/