public static enum AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor extends Enum<AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor>
| Enum Constant and Description |
|---|
NULL |
VALUE_BACKGROUND_000000 |
VALUE_BACKGROUND_0090FF |
VALUE_BACKGROUND_00AF4C |
VALUE_BACKGROUND_595959 |
VALUE_BACKGROUND_755DDE |
VALUE_BACKGROUND_E50900 |
VALUE_BACKGROUND_F23474 |
VALUE_BACKGROUND_F78400 |
VALUE_BACKGROUND_FFFFFF |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor VALUE_BACKGROUND_FFFFFF
public static final AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor VALUE_BACKGROUND_E50900
public static final AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor VALUE_BACKGROUND_F78400
public static final AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor VALUE_BACKGROUND_00AF4C
public static final AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor VALUE_BACKGROUND_0090FF
public static final AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor VALUE_BACKGROUND_755DDE
public static final AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor VALUE_BACKGROUND_F23474
public static final AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor VALUE_BACKGROUND_595959
public static final AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor VALUE_BACKGROUND_000000
public static final AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor NULL
public static AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor[] values()
for (AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor c : AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor.values()) System.out.println(c);
public static AdCreativeLinkDataCustomOverlaySpec.EnumBackgroundColor 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.EnumBackgroundColor>Copyright © 2018. All rights reserved.