public static enum Event.Type extends Enum<Event.Type>
Enum Constant and Description |
---|
ACCOUNT_CREATION |
ACCOUNT_LOGIN |
EMAIL_CHANGE |
PASSWORD_RESET |
PURCHASE |
RECURRING_PURCHASE |
REFERRAL |
SURVEY |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Event.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Event.Type ACCOUNT_CREATION
public static final Event.Type ACCOUNT_LOGIN
public static final Event.Type EMAIL_CHANGE
public static final Event.Type PASSWORD_RESET
public static final Event.Type PURCHASE
public static final Event.Type RECURRING_PURCHASE
public static final Event.Type REFERRAL
public static final Event.Type SURVEY
public static Event.Type[] values()
for (Event.Type c : Event.Type.values()) System.out.println(c);
public static Event.Type 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<Event.Type>
Copyright © 2016 MaxMind, Inc.. All rights reserved.