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