Uses of Class
com.google.api.adwords.v11.AdType

Packages that use AdType
com.google.api.adwords.v11   
 

Uses of AdType in com.google.api.adwords.v11
 

Fields in com.google.api.adwords.v11 declared as AdType
static AdType AdType.CommerceAd
           
static AdType AdType.ImageAd
           
static AdType AdType.LocalBusinessAd
           
static AdType AdType.MobileAd
           
static AdType AdType.TextAd
           
static AdType AdType.VideoAd
           
 

Methods in com.google.api.adwords.v11 that return AdType
static AdType AdType.fromString(java.lang.String value)
           
static AdType AdType.fromValue(java.lang.String value)
           
 AdType Ad.getAdType()
          Gets the adType value for this Ad.
 

Methods in com.google.api.adwords.v11 with parameters of type AdType
 void Ad.setAdType(AdType adType)
          Sets the adType value for this Ad.
 

Constructors in com.google.api.adwords.v11 with parameters of type AdType
Ad(int adGroupId, AdType adType, java.lang.String destinationUrl, boolean disapproved, java.lang.String displayUrl, java.lang.String exemptionRequest, long id, AdStatus status)
           
 



Copyright © 2005 Google Corp. All Rights Reserved.