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

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

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

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

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

Constructors in com.google.api.ads.dfp.v201111 with parameters of type ThirdPartySlotStatus
ThirdPartySlot(Long id, long[] creativeIds, Long companyId, String externalUniqueId, String externalUniqueName, String description, ThirdPartySlotStatus status)
           
 



Copyright © 2011. All Rights Reserved.