public static enum AdCreativeLinkDataImageOverlaySpec.EnumTextFont extends Enum<AdCreativeLinkDataImageOverlaySpec.EnumTextFont>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdCreativeLinkDataImageOverlaySpec.EnumTextFont |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdCreativeLinkDataImageOverlaySpec.EnumTextFont[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextFont VALUE_DROID_SERIF_REGULAR
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextFont VALUE_DYNADS_HYBRID_BOLD
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextFont VALUE_LATO_REGULAR
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextFont VALUE_NOTO_SANS_REGULAR
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextFont VALUE_NUNITO_SANS_BOLD
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextFont VALUE_OPEN_SANS_BOLD
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextFont VALUE_OPEN_SANS_CONDENSED_BOLD
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextFont VALUE_PT_SERIF_BOLD
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextFont VALUE_ROBOTO_CONDENSED_REGULAR
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextFont VALUE_ROBOTO_MEDIUM
public static AdCreativeLinkDataImageOverlaySpec.EnumTextFont[] values()
for (AdCreativeLinkDataImageOverlaySpec.EnumTextFont c : AdCreativeLinkDataImageOverlaySpec.EnumTextFont.values()) System.out.println(c);
public static AdCreativeLinkDataImageOverlaySpec.EnumTextFont 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<AdCreativeLinkDataImageOverlaySpec.EnumTextFont>Copyright © 2020. All rights reserved.