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