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