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