public enum CreativeRotationType extends Enum<CreativeRotationType>
Java class for CreativeRotationType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CreativeRotationType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="EVEN"/>
<enumeration value="OPTIMIZED"/>
<enumeration value="MANUAL"/>
<enumeration value="SEQUENTIAL"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
EVEN
Creatives are displayed roughly the same number of times over
the duration of the line item.
|
MANUAL
Creatives are served roughly proportionally to their weights, set on the
LineItemCreativeAssociation. |
OPTIMIZED
Creatives are served roughly proportionally to their performance.
|
SEQUENTIAL
Creatives are served exactly in sequential order, aka Storyboarding.
|
| Modifier and Type | Method and Description |
|---|---|
static CreativeRotationType |
fromValue(String v) |
String |
value() |
static CreativeRotationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreativeRotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreativeRotationType EVEN
public static final CreativeRotationType OPTIMIZED
public static final CreativeRotationType MANUAL
LineItemCreativeAssociation.public static final CreativeRotationType SEQUENTIAL
LineItemCreativeAssociation.public static CreativeRotationType[] values()
for (CreativeRotationType c : CreativeRotationType.values()) System.out.println(c);
public static CreativeRotationType 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 CreativeRotationType fromValue(String v)
Copyright © 2018. All Rights Reserved.