public static enum CoreString.PurposesV2 extends Enum<CoreString.PurposesV2>
| Enum Constant and Description |
|---|
AD_MEASUREMENT |
AD_PERSONALIZATION |
AD_PROFILING |
BASIC_SELECTION |
CONTENT_MEASUREMENT |
CONTENT_PERSONALIZATION |
CONTENT_PROFILING |
DEVELOP_AND_IMPROVE |
MARKET_RESEARCH |
STORAGE_AND_ACCESS |
| Modifier and Type | Method and Description |
|---|---|
static CoreString.PurposesV2 |
byId(long id) |
long |
id() |
static CoreString.PurposesV2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreString.PurposesV2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreString.PurposesV2 STORAGE_AND_ACCESS
public static final CoreString.PurposesV2 BASIC_SELECTION
public static final CoreString.PurposesV2 AD_PROFILING
public static final CoreString.PurposesV2 AD_PERSONALIZATION
public static final CoreString.PurposesV2 CONTENT_PROFILING
public static final CoreString.PurposesV2 CONTENT_PERSONALIZATION
public static final CoreString.PurposesV2 AD_MEASUREMENT
public static final CoreString.PurposesV2 CONTENT_MEASUREMENT
public static final CoreString.PurposesV2 MARKET_RESEARCH
public static final CoreString.PurposesV2 DEVELOP_AND_IMPROVE
public static CoreString.PurposesV2[] values()
for (CoreString.PurposesV2 c : CoreString.PurposesV2.values()) System.out.println(c);
public static CoreString.PurposesV2 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 long id()
public static CoreString.PurposesV2 byId(long id)
Copyright © 2020. All rights reserved.