public enum RichMediaStudioCreativeBillingAttribute extends Enum<RichMediaStudioCreativeBillingAttribute>
Java class for RichMediaStudioCreativeBillingAttribute.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RichMediaStudioCreativeBillingAttribute">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="IN_PAGE"/>
<enumeration value="FLOATING_EXPANDING"/>
<enumeration value="VIDEO"/>
<enumeration value="FLASH_IN_FLASH"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FLASH_IN_FLASH
Applies to any
RichMediaStudioCreativeFormat.FLASH_IN_FLASH, without Video. |
FLOATING_EXPANDING
|
IN_PAGE
Applies to any
RichMediaStudioCreativeFormat.IN_PAGE, without Video. |
VIDEO
Applies to any creatives that includes a video.
|
| Modifier and Type | Method and Description |
|---|---|
static RichMediaStudioCreativeBillingAttribute |
fromValue(String v) |
String |
value() |
static RichMediaStudioCreativeBillingAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RichMediaStudioCreativeBillingAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RichMediaStudioCreativeBillingAttribute IN_PAGE
RichMediaStudioCreativeFormat.IN_PAGE, without Video.public static final RichMediaStudioCreativeBillingAttribute FLOATING_EXPANDING
public static final RichMediaStudioCreativeBillingAttribute VIDEO
public static final RichMediaStudioCreativeBillingAttribute FLASH_IN_FLASH
RichMediaStudioCreativeFormat.FLASH_IN_FLASH, without Video.public static RichMediaStudioCreativeBillingAttribute[] values()
for (RichMediaStudioCreativeBillingAttribute c : RichMediaStudioCreativeBillingAttribute.values()) System.out.println(c);
public static RichMediaStudioCreativeBillingAttribute 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 RichMediaStudioCreativeBillingAttribute fromValue(String v)
Copyright © 2018. All Rights Reserved.