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

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

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

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

Methods in com.google.api.ads.dfp.axis.v201206 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.v201206 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.v201206 with parameters of type AdUnitTargetWindow
AdUnit(String id, String parentId, Boolean hasChildren, AdUnitParent[] parentPath, String name, String description, AdUnitTargetWindow targetWindow, InventoryStatus status, String adUnitCode, AdUnitSize[] adUnitSizes, TargetPlatform targetPlatform, Boolean explicitlyTargeted, AdSenseSettingsInheritedProperty inheritedAdSenseSettings, LabelFrequencyCap[] appliedLabelFrequencyCaps, LabelFrequencyCap[] effectiveLabelFrequencyCaps, long[] effectiveTeamIds, long[] appliedTeamIds, DateTime lastModifiedDateTime)
           
SuggestedAdUnit(String id, Long numRequests, String[] path, AdUnitTargetWindow targetWindow, TargetPlatform targetPlatform, AdUnitSize[] suggestedAdUnitSizes)
           
 



Copyright © 2012. All Rights Reserved.