public enum ActivityKind extends Enum<ActivityKind>
Enum Constant and Description |
---|
ATTRIBUTION |
CLICK |
EVENT |
GDPR |
INFO |
REATTRIBUTION |
REVENUE |
SESSION |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static ActivityKind |
fromString(String string) |
String |
toString() |
static ActivityKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityKind UNKNOWN
public static final ActivityKind SESSION
public static final ActivityKind EVENT
public static final ActivityKind CLICK
public static final ActivityKind ATTRIBUTION
public static final ActivityKind REVENUE
public static final ActivityKind REATTRIBUTION
public static final ActivityKind INFO
public static final ActivityKind GDPR
public static ActivityKind[] values()
for (ActivityKind c : ActivityKind.values()) System.out.println(c);
public static ActivityKind 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 static ActivityKind fromString(String string)
public String toString()
toString
in class Enum<ActivityKind>
Copyright © 2018. All rights reserved.