@Generated public enum ObjectTypePlural extends Enum<ObjectTypePlural>
| Enum Constant and Description |
|---|
ALERTS |
DASHBOARDS |
DATA_SOURCES |
QUERIES |
| Modifier and Type | Method and Description |
|---|---|
static ObjectTypePlural |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectTypePlural[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectTypePlural ALERTS
public static final ObjectTypePlural DASHBOARDS
public static final ObjectTypePlural DATA_SOURCES
public static final ObjectTypePlural QUERIES
public static ObjectTypePlural[] values()
for (ObjectTypePlural c : ObjectTypePlural.values()) System.out.println(c);
public static ObjectTypePlural 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 nullCopyright © 2024. All rights reserved.