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