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

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

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

Methods in com.google.api.adwords.v11 that return Image
 Image LocalBusinessAd.getBusinessImage()
          Gets the businessImage value for this LocalBusinessAd.
 Image LocalBusinessAd.getCustomIcon()
          Gets the customIcon value for this LocalBusinessAd.
 Image ImageAd.getImage()
          Gets the image value for this ImageAd.
 Image VideoAd.getImage()
          Gets the image value for this VideoAd.
 Image CommerceAd.getProductImage()
          Gets the productImage value for this CommerceAd.
 

Methods in com.google.api.adwords.v11 with parameters of type Image
 void LocalBusinessAd.setBusinessImage(Image businessImage)
          Sets the businessImage value for this LocalBusinessAd.
 void LocalBusinessAd.setCustomIcon(Image customIcon)
          Sets the customIcon value for this LocalBusinessAd.
 void ImageAd.setImage(Image image)
          Sets the image value for this ImageAd.
 void VideoAd.setImage(Image image)
          Sets the image value for this VideoAd.
 void CommerceAd.setProductImage(Image productImage)
          Sets the productImage value for this CommerceAd.
 

Constructors in com.google.api.adwords.v11 with parameters of type Image
CommerceAd(java.lang.String description1, java.lang.String description2, java.lang.String headline, java.lang.String postPriceAnnotation, java.lang.String prePriceAnnotation, java.lang.String priceString, Image productImage)
           
ImageAd(Image image)
           
LocalBusinessAd(java.lang.String address, Image businessImage, java.lang.String businessKey, java.lang.String businessName, java.lang.String city, java.lang.String countryCode, Image customIcon, java.lang.Long customIconId, java.lang.String description1, java.lang.String description2, java.lang.String phoneNumber, java.lang.String postalCode, java.lang.String region, StockIcon stockIcon, java.lang.Double targetRadiusInKm)
           
VideoAd(Image image, java.lang.String name, Video video)
           
 



Copyright © 2005 Google Corp. All Rights Reserved.