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

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

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

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

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

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

Constructors in com.google.api.ads.dfp.axis.v201206 with parameters of type InventoryStatus
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)
           
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, DateTime lastModifiedDateTime)
           
 



Copyright © 2012. All Rights Reserved.