public static enum AdsPixel.EnumPermittedTasks extends Enum<AdsPixel.EnumPermittedTasks>
| Enum Constant and Description |
|---|
VALUE_ADVERTISE |
VALUE_ANALYZE |
VALUE_UPLOAD |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdsPixel.EnumPermittedTasks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdsPixel.EnumPermittedTasks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="ADVERTISE") public static final AdsPixel.EnumPermittedTasks VALUE_ADVERTISE
@SerializedName(value="ANALYZE") public static final AdsPixel.EnumPermittedTasks VALUE_ANALYZE
@SerializedName(value="UPLOAD") public static final AdsPixel.EnumPermittedTasks VALUE_UPLOAD
public static AdsPixel.EnumPermittedTasks[] values()
for (AdsPixel.EnumPermittedTasks c : AdsPixel.EnumPermittedTasks.values()) System.out.println(c);
public static AdsPixel.EnumPermittedTasks 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.EnumPermittedTasks>Copyright © 2024. All rights reserved.