public static enum ListAttentionLogsRequest.UrgencyFilter extends Enum<ListAttentionLogsRequest.UrgencyFilter> implements BmcEnum
The optional parameter to filter the attention logs by urgency.
Enum Constant and Description |
---|
All |
Deferrable |
Immediate |
Info |
Soon |
Modifier and Type | Method and Description |
---|---|
static ListAttentionLogsRequest.UrgencyFilter |
create(String key) |
String |
getValue() |
static ListAttentionLogsRequest.UrgencyFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListAttentionLogsRequest.UrgencyFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListAttentionLogsRequest.UrgencyFilter Immediate
public static final ListAttentionLogsRequest.UrgencyFilter Soon
public static final ListAttentionLogsRequest.UrgencyFilter Deferrable
public static final ListAttentionLogsRequest.UrgencyFilter Info
public static final ListAttentionLogsRequest.UrgencyFilter All
public static ListAttentionLogsRequest.UrgencyFilter[] values()
for (ListAttentionLogsRequest.UrgencyFilter c : ListAttentionLogsRequest.UrgencyFilter.values()) System.out.println(c);
public static ListAttentionLogsRequest.UrgencyFilter 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 ListAttentionLogsRequest.UrgencyFilter create(String key)
Copyright © 2016–2023. All rights reserved.