public static enum AdCreativeLinkDataCustomOverlaySpec.EnumTextColor extends Enum<AdCreativeLinkDataCustomOverlaySpec.EnumTextColor>
| Enum Constant and Description |
|---|
VALUE_TEXT_000000 |
VALUE_TEXT_007AD0 |
VALUE_TEXT_009C2A |
VALUE_TEXT_646464 |
VALUE_TEXT_755DDE |
VALUE_TEXT_C91B00 |
VALUE_TEXT_F23474 |
VALUE_TEXT_F78400 |
VALUE_TEXT_FFFFFF |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdCreativeLinkDataCustomOverlaySpec.EnumTextColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdCreativeLinkDataCustomOverlaySpec.EnumTextColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="text_000000") public static final AdCreativeLinkDataCustomOverlaySpec.EnumTextColor VALUE_TEXT_000000
@SerializedName(value="text_007ad0") public static final AdCreativeLinkDataCustomOverlaySpec.EnumTextColor VALUE_TEXT_007AD0
@SerializedName(value="text_009c2a") public static final AdCreativeLinkDataCustomOverlaySpec.EnumTextColor VALUE_TEXT_009C2A
@SerializedName(value="text_646464") public static final AdCreativeLinkDataCustomOverlaySpec.EnumTextColor VALUE_TEXT_646464
@SerializedName(value="text_755dde") public static final AdCreativeLinkDataCustomOverlaySpec.EnumTextColor VALUE_TEXT_755DDE
@SerializedName(value="text_c91b00") public static final AdCreativeLinkDataCustomOverlaySpec.EnumTextColor VALUE_TEXT_C91B00
@SerializedName(value="text_f23474") public static final AdCreativeLinkDataCustomOverlaySpec.EnumTextColor VALUE_TEXT_F23474
@SerializedName(value="text_f78400") public static final AdCreativeLinkDataCustomOverlaySpec.EnumTextColor VALUE_TEXT_F78400
@SerializedName(value="text_ffffff") public static final AdCreativeLinkDataCustomOverlaySpec.EnumTextColor VALUE_TEXT_FFFFFF
public static AdCreativeLinkDataCustomOverlaySpec.EnumTextColor[] values()
for (AdCreativeLinkDataCustomOverlaySpec.EnumTextColor c : AdCreativeLinkDataCustomOverlaySpec.EnumTextColor.values()) System.out.println(c);
public static AdCreativeLinkDataCustomOverlaySpec.EnumTextColor 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<AdCreativeLinkDataCustomOverlaySpec.EnumTextColor>Copyright © 2024. All rights reserved.