public static enum ListNotificationsRequest.LevelsEnum extends Enum<ListNotificationsRequest.LevelsEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListNotificationsRequest.LevelsEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static ListNotificationsRequest.LevelsEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ListNotificationsRequest.LevelsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListNotificationsRequest.LevelsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="notice") public static final ListNotificationsRequest.LevelsEnum NOTICE
@SerializedName(value="warning") public static final ListNotificationsRequest.LevelsEnum WARNING
@SerializedName(value="critical") public static final ListNotificationsRequest.LevelsEnum CRITICAL
@SerializedName(value="recovery") public static final ListNotificationsRequest.LevelsEnum RECOVERY
public static ListNotificationsRequest.LevelsEnum[] values()
for (ListNotificationsRequest.LevelsEnum c : ListNotificationsRequest.LevelsEnum.values()) System.out.println(c);
public static ListNotificationsRequest.LevelsEnum 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 String getValue()
public String toString()
toString in class Enum<ListNotificationsRequest.LevelsEnum>public static ListNotificationsRequest.LevelsEnum fromValue(String input)
Copyright © 2026. All rights reserved.