public enum OvhStreamAlertConditionConditionTypeEnum extends Enum<OvhStreamAlertConditionConditionTypeEnum>
| Enum Constant and Description |
|---|
FIELD_CONTENT_VALUE |
FIELD_VALUE |
MESSAGE_COUNT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhStreamAlertConditionConditionTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhStreamAlertConditionConditionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhStreamAlertConditionConditionTypeEnum MESSAGE_COUNT
public static final OvhStreamAlertConditionConditionTypeEnum FIELD_VALUE
public static final OvhStreamAlertConditionConditionTypeEnum FIELD_CONTENT_VALUE
public static OvhStreamAlertConditionConditionTypeEnum[] values()
for (OvhStreamAlertConditionConditionTypeEnum c : OvhStreamAlertConditionConditionTypeEnum.values()) System.out.println(c);
public static OvhStreamAlertConditionConditionTypeEnum 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 toString()
toString in class Enum<OvhStreamAlertConditionConditionTypeEnum>Copyright © 2018. All rights reserved.