public static enum Privacy.StorageFeature extends java.lang.Enum<Privacy.StorageFeature>
Enum Constant and Description |
---|
Campaign |
Crash |
IdentifiedVisitor |
Lifecycle |
Privacy |
UserId |
Modifier and Type | Method and Description |
---|---|
static Privacy.StorageFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Privacy.StorageFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Privacy.StorageFeature Campaign
public static final Privacy.StorageFeature UserId
public static final Privacy.StorageFeature Crash
public static final Privacy.StorageFeature Lifecycle
public static final Privacy.StorageFeature IdentifiedVisitor
public static final Privacy.StorageFeature Privacy
public static Privacy.StorageFeature[] values()
for (Privacy.StorageFeature c : Privacy.StorageFeature.values()) System.out.println(c);
public static Privacy.StorageFeature 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