public static enum AdsPixel.EnumDataUseSetting extends Enum<AdsPixel.EnumDataUseSetting>
| Enum Constant and Description |
|---|
VALUE_ADVERTISING_AND_ANALYTICS |
VALUE_ANALYTICS_ONLY |
VALUE_EMPTY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdsPixel.EnumDataUseSetting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdsPixel.EnumDataUseSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdsPixel.EnumDataUseSetting VALUE_ADVERTISING_AND_ANALYTICS
public static final AdsPixel.EnumDataUseSetting VALUE_ANALYTICS_ONLY
public static final AdsPixel.EnumDataUseSetting VALUE_EMPTY
public static AdsPixel.EnumDataUseSetting[] values()
for (AdsPixel.EnumDataUseSetting c : AdsPixel.EnumDataUseSetting.values()) System.out.println(c);
public static AdsPixel.EnumDataUseSetting 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<AdsPixel.EnumDataUseSetting>Copyright © 2020. All rights reserved.