| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201705 |
| Modifier and Type | Field and Description |
|---|---|
static AdRuleSlotBehavior |
AdRuleSlotBehavior.ALWAYS_SHOW |
static AdRuleSlotBehavior |
AdRuleSlotBehavior.DEFER |
static AdRuleSlotBehavior |
AdRuleSlotBehavior.NEVER_SHOW |
static AdRuleSlotBehavior |
AdRuleSlotBehavior.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AdRuleSlotBehavior |
AdRuleSlotBehavior.fromString(String value) |
static AdRuleSlotBehavior |
AdRuleSlotBehavior.fromValue(String value) |
AdRuleSlotBehavior |
BaseAdRuleSlot.getSlotBehavior()
Gets the slotBehavior value for this BaseAdRuleSlot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAdRuleSlot.setSlotBehavior(AdRuleSlotBehavior slotBehavior)
Sets the slotBehavior value for this BaseAdRuleSlot.
|
| Constructor and Description |
|---|
BaseAdRuleSlot(AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod) |
NoPoddingAdRuleSlot(AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod) |
OptimizedPoddingAdRuleSlot(AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod) |
StandardPoddingAdRuleSlot(AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod) |
UnknownAdRuleSlot(AdRuleSlotBehavior slotBehavior,
Long minVideoAdDuration,
Long maxVideoAdDuration,
MidrollFrequencyType videoMidrollFrequencyType,
String videoMidrollFrequency,
AdRuleSlotBumper bumper,
Long maxBumperDuration,
Long minPodDuration,
Long maxPodDuration,
Integer maxAdsInPod) |
Copyright © 2018. All Rights Reserved.