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

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

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

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

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

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

Constructors in com.google.api.ads.dfp.axis.v201204 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, long[] effectiveTeamIds, long[] appliedTeamIds, DateTime lastModifiedDateTime)
           
SuggestedAdUnit(String id, Long numRequests, String[] path, AdUnitTargetWindow targetWindow, TargetPlatform targetPlatform, AdUnitSize[] suggestedAdUnitSizes)
           
 



Copyright © 2012. All Rights Reserved.