public static enum AdAccount.EnumLevel extends Enum<AdAccount.EnumLevel>
| Enum Constant and Description |
|---|
NULL |
VALUE_ACCOUNT |
VALUE_AD |
VALUE_ADGROUP |
VALUE_CAMPAIGN |
VALUE_CAMPAIGN_GROUP |
VALUE_POLITICALAD |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdAccount.EnumLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdAccount.EnumLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdAccount.EnumLevel VALUE_POLITICALAD
public static final AdAccount.EnumLevel VALUE_AD
public static final AdAccount.EnumLevel VALUE_ADGROUP
public static final AdAccount.EnumLevel VALUE_CAMPAIGN
public static final AdAccount.EnumLevel VALUE_CAMPAIGN_GROUP
public static final AdAccount.EnumLevel VALUE_ACCOUNT
public static final AdAccount.EnumLevel NULL
public static AdAccount.EnumLevel[] values()
for (AdAccount.EnumLevel c : AdAccount.EnumLevel.values()) System.out.println(c);
public static AdAccount.EnumLevel 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<AdAccount.EnumLevel>Copyright © 2018. All rights reserved.