Uses of Class
com.google.api.ads.dfp.v201111.InventoryStatus

Uses of InventoryStatus in com.google.api.ads.dfp.v201111
 

Fields in com.google.api.ads.dfp.v201111 declared as InventoryStatus
static InventoryStatus InventoryStatus.ACTIVE
           
static InventoryStatus InventoryStatus.ARCHIVED
           
static InventoryStatus InventoryStatus.INACTIVE
           
 

Methods in com.google.api.ads.dfp.v201111 that return InventoryStatus
static InventoryStatus InventoryStatus.fromString(String value)
           
static InventoryStatus InventoryStatus.fromValue(String value)
           
 InventoryStatus AdUnit.getStatus()
          Gets the status value for this AdUnit.
 InventoryStatus Placement.getStatus()
          Gets the status value for this Placement.
 

Methods in com.google.api.ads.dfp.v201111 with parameters of type InventoryStatus
 void AdUnit.setStatus(InventoryStatus status)
          Sets the status value for this AdUnit.
 void Placement.setStatus(InventoryStatus status)
          Sets the status value for this Placement.
 

Constructors in com.google.api.ads.dfp.v201111 with parameters of type InventoryStatus
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)
           
Placement(String targetingDescription, String targetingSiteName, String targetingAdLocation, String siteTargetingInfoType, Long id, String name, String description, String placementCode, InventoryStatus status, Boolean isAdSenseTargetingEnabled, Boolean isAdPlannerTargetingEnabled, String adSenseTargetingLocale, String[] targetedAdUnitIds)
           
 



Copyright © 2011. All Rights Reserved.