public enum RichMediaStudioCreativeArtworkType extends Enum<RichMediaStudioCreativeArtworkType>
Java class for RichMediaStudioCreativeArtworkType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RichMediaStudioCreativeArtworkType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="FLASH"/>
<enumeration value="HTML5"/>
<enumeration value="MIXED"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FLASH
The creative is a Flash creative.
|
HTML_5
The creative is HTML5.
|
MIXED
The creative is Flash if available, and HTML5 otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
static RichMediaStudioCreativeArtworkType |
fromValue(String v) |
String |
value() |
static RichMediaStudioCreativeArtworkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RichMediaStudioCreativeArtworkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RichMediaStudioCreativeArtworkType FLASH
public static final RichMediaStudioCreativeArtworkType HTML_5
public static final RichMediaStudioCreativeArtworkType MIXED
public static RichMediaStudioCreativeArtworkType[] values()
for (RichMediaStudioCreativeArtworkType c : RichMediaStudioCreativeArtworkType.values()) System.out.println(c);
public static RichMediaStudioCreativeArtworkType 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 value()
public static RichMediaStudioCreativeArtworkType fromValue(String v)
Copyright © 2018. All Rights Reserved.