public static enum UpsertLogAnalyticsLabelDetails.Priority extends Enum<UpsertLogAnalyticsLabelDetails.Priority> implements BmcEnum
The label priority. Valid values are (NONE, LOW, HIGH). NONE is default.
Modifier and Type | Method and Description |
---|---|
static UpsertLogAnalyticsLabelDetails.Priority |
create(String key) |
String |
getValue() |
static UpsertLogAnalyticsLabelDetails.Priority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpsertLogAnalyticsLabelDetails.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpsertLogAnalyticsLabelDetails.Priority None
public static final UpsertLogAnalyticsLabelDetails.Priority Low
public static final UpsertLogAnalyticsLabelDetails.Priority Medium
public static final UpsertLogAnalyticsLabelDetails.Priority High
public static UpsertLogAnalyticsLabelDetails.Priority[] values()
for (UpsertLogAnalyticsLabelDetails.Priority c : UpsertLogAnalyticsLabelDetails.Priority.values()) System.out.println(c);
public static UpsertLogAnalyticsLabelDetails.Priority valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static UpsertLogAnalyticsLabelDetails.Priority create(String key)
Copyright © 2016–2024. All rights reserved.