static enum ContentAlertsClientSideElement.AlertsStatus extends Enum<ContentAlertsClientSideElement.AlertsStatus>
Enum Constant and Description |
---|
DISABLED
All the alerts are disabled
|
ENABLED
All the alerts are enabled
|
MIXED
Some alerts are enabled, others are disabled
|
Modifier and Type | Method and Description |
---|---|
static ContentAlertsClientSideElement.AlertsStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentAlertsClientSideElement.AlertsStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentAlertsClientSideElement.AlertsStatus ENABLED
public static final ContentAlertsClientSideElement.AlertsStatus DISABLED
public static final ContentAlertsClientSideElement.AlertsStatus MIXED
public static ContentAlertsClientSideElement.AlertsStatus[] values()
for (ContentAlertsClientSideElement.AlertsStatus c : ContentAlertsClientSideElement.AlertsStatus.values()) System.out.println(c);
public static ContentAlertsClientSideElement.AlertsStatus 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 null