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

Packages that use PixelResponse
com.yahoo.marketing.apt   
 

Uses of PixelResponse in com.yahoo.marketing.apt
 

Methods in com.yahoo.marketing.apt that return PixelResponse
 PixelResponse PixelServiceHttpBindingStub.addPixel(Pixel pixel)
           
 PixelResponse PixelService.addPixel(Pixel pixel)
           
 PixelResponse[] PixelServiceHttpBindingStub.addPixels(Pixel[] pixels)
           
 PixelResponse[] PixelService.addPixels(Pixel[] pixels)
           
 PixelResponse PixelServiceHttpBindingStub.updatePixel(Pixel pixel)
           
 PixelResponse PixelService.updatePixel(Pixel pixel)
           
 PixelResponse[] PixelServiceHttpBindingStub.updatePixels(Pixel[] pixels)
           
 PixelResponse[] PixelService.updatePixels(Pixel[] pixels)