Uses of Class
com.yahoo.marketing.apt.Pixel

Packages that use Pixel
com.yahoo.marketing.apt   
 

Uses of Pixel in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as Pixel
private  Pixel PixelResponse.pixel
           
 

Methods in com.yahoo.marketing.apt that return Pixel
 Pixel AdGroupServiceHttpBindingStub.getAdGroupPixel(long adGroupID)
           
 Pixel AdGroupService.getAdGroupPixel(long adGroupID)
           
 Pixel PixelResponse.getPixel()
          Gets the pixel value for this PixelResponse.
 Pixel PixelServiceHttpBindingStub.getPixel(long pixelID)
           
 Pixel PixelService.getPixel(long pixelID)
           
 Pixel[] PixelServiceHttpBindingStub.getPixels(long[] pixelIDs)
           
 Pixel[] PixelService.getPixels(long[] pixelIDs)
           
 Pixel[] PixelServiceHttpBindingStub.getPixelsByAccountID(int startElement, int numElements)
           
 Pixel[] PixelService.getPixelsByAccountID(int startElement, int numElements)
           
 

Methods in com.yahoo.marketing.apt with parameters of type Pixel
 PixelResponse PixelServiceHttpBindingStub.addPixel(Pixel pixel)
           
 PixelResponse PixelService.addPixel(Pixel pixel)
           
 PixelResponse[] PixelServiceHttpBindingStub.addPixels(Pixel[] pixels)
           
 PixelResponse[] PixelService.addPixels(Pixel[] pixels)
           
 void PixelResponse.setPixel(Pixel pixel)
          Sets the pixel value for this PixelResponse.
 PixelResponse PixelServiceHttpBindingStub.updatePixel(Pixel pixel)
           
 PixelResponse PixelService.updatePixel(Pixel pixel)
           
 PixelResponse[] PixelServiceHttpBindingStub.updatePixels(Pixel[] pixels)
           
 PixelResponse[] PixelService.updatePixels(Pixel[] pixels)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type Pixel
PixelResponse(Error[] errors, java.lang.Boolean operationSucceeded, Pixel pixel)