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