Uses of Class
com.google.api.ads.dfp.axis.v201111.AdUnitTargetWindow

Packages that use AdUnitTargetWindow
com.google.api.ads.dfp.axis.v201111   
 

Uses of AdUnitTargetWindow in com.google.api.ads.dfp.axis.v201111
 

Fields in com.google.api.ads.dfp.axis.v201111 declared as AdUnitTargetWindow
static AdUnitTargetWindow AdUnitTargetWindow.BLANK
           
static AdUnitTargetWindow AdUnitTargetWindow.TOP
           
 

Methods in com.google.api.ads.dfp.axis.v201111 that return AdUnitTargetWindow
static AdUnitTargetWindow AdUnitTargetWindow.fromString(String value)
           
static AdUnitTargetWindow AdUnitTargetWindow.fromValue(String value)
           
 AdUnitTargetWindow AdUnit.getTargetWindow()
          Gets the targetWindow value for this AdUnit.
 AdUnitTargetWindow SuggestedAdUnit.getTargetWindow()
          Gets the targetWindow value for this SuggestedAdUnit.
 

Methods in com.google.api.ads.dfp.axis.v201111 with parameters of type AdUnitTargetWindow
 void AdUnit.setTargetWindow(AdUnitTargetWindow targetWindow)
          Sets the targetWindow value for this AdUnit.
 void SuggestedAdUnit.setTargetWindow(AdUnitTargetWindow targetWindow)
          Sets the targetWindow value for this SuggestedAdUnit.
 

Constructors in com.google.api.ads.dfp.axis.v201111 with parameters of type AdUnitTargetWindow
AdUnit(String id, String parentId, String name, String description, AdUnitTargetWindow targetWindow, InventoryStatus status, String adUnitCode, AdUnitSize[] adUnitSizes, TargetPlatform targetPlatform, Boolean explicitlyTargeted, AdSenseSettingsInheritedProperty inheritedAdSenseSettings, LabelFrequencyCap[] appliedLabelFrequencyCaps, LabelFrequencyCap[] effectiveLabelFrequencyCaps)
           
SuggestedAdUnit(String id, Long numRequests, String[] path, AdUnitTargetWindow targetWindow, TargetPlatform targetPlatform, AdUnitSize[] suggestedAdUnitSizes)
           
 



Copyright © 2012. All Rights Reserved.