public static enum AdCreativeLinkDataImageLayerSpec.EnumOverlayShape extends Enum<AdCreativeLinkDataImageLayerSpec.EnumOverlayShape>
| Enum Constant and Description |
|---|
VALUE_CIRCLE |
VALUE_NONE |
VALUE_PILL |
VALUE_RECTANGLE |
VALUE_TRIANGLE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdCreativeLinkDataImageLayerSpec.EnumOverlayShape |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdCreativeLinkDataImageLayerSpec.EnumOverlayShape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="circle") public static final AdCreativeLinkDataImageLayerSpec.EnumOverlayShape VALUE_CIRCLE
@SerializedName(value="none") public static final AdCreativeLinkDataImageLayerSpec.EnumOverlayShape VALUE_NONE
@SerializedName(value="pill") public static final AdCreativeLinkDataImageLayerSpec.EnumOverlayShape VALUE_PILL
@SerializedName(value="rectangle") public static final AdCreativeLinkDataImageLayerSpec.EnumOverlayShape VALUE_RECTANGLE
@SerializedName(value="triangle") public static final AdCreativeLinkDataImageLayerSpec.EnumOverlayShape VALUE_TRIANGLE
public static AdCreativeLinkDataImageLayerSpec.EnumOverlayShape[] values()
for (AdCreativeLinkDataImageLayerSpec.EnumOverlayShape c : AdCreativeLinkDataImageLayerSpec.EnumOverlayShape.values()) System.out.println(c);
public static AdCreativeLinkDataImageLayerSpec.EnumOverlayShape 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<AdCreativeLinkDataImageLayerSpec.EnumOverlayShape>Copyright © 2024. All rights reserved.