public enum ApiEventType extends java.lang.Enum<ApiEventType>
| Enum Constant and Description |
|---|
CONSENT_ASKED |
CONSENT_GIVEN |
PAGE_VIEW |
UI_ACTION_PURPOSE_CHANGED |
UI_ACTION_SHOWN_PURPOSES |
UI_ACTION_SHOWN_VENDORS |
UI_ACTION_VENDOR_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
static ApiEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApiEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiEventType PAGE_VIEW
public static final ApiEventType CONSENT_GIVEN
public static final ApiEventType CONSENT_ASKED
public static final ApiEventType UI_ACTION_SHOWN_PURPOSES
public static final ApiEventType UI_ACTION_SHOWN_VENDORS
public static final ApiEventType UI_ACTION_PURPOSE_CHANGED
public static final ApiEventType UI_ACTION_VENDOR_CHANGED
public static ApiEventType[] values()
for (ApiEventType c : ApiEventType.values()) System.out.println(c);
public static ApiEventType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null