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

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

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

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

Methods in com.google.api.ads.dfp.axis.v201203 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.axis.v201203 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.axis.v201203 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, 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.