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

Packages that use Palette
com.yahoo.marketing.apt   
 

Uses of Palette in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as Palette
private  Palette PaletteResponse.palette
           
 

Methods in com.yahoo.marketing.apt that return Palette
 Palette PaletteResponse.getPalette()
          Gets the palette value for this PaletteResponse.
 Palette PaletteServiceHttpBindingStub.getPalette(long paletteID)
           
 Palette PaletteService.getPalette(long paletteID)
           
 Palette[] PaletteServiceHttpBindingStub.getPalettes(long[] paletteIDs)
           
 Palette[] PaletteService.getPalettes(long[] paletteIDs)
           
 Palette[] PaletteServiceHttpBindingStub.getPalettesByAccountID()
           
 Palette[] PaletteService.getPalettesByAccountID()
           
 

Methods in com.yahoo.marketing.apt with parameters of type Palette
 PaletteResponse PaletteServiceHttpBindingStub.addPalette(Palette palette)
           
 PaletteResponse PaletteService.addPalette(Palette palette)
           
 PaletteResponse[] PaletteServiceHttpBindingStub.addPalettes(Palette[] palettes)
           
 PaletteResponse[] PaletteService.addPalettes(Palette[] palettes)
           
 void PaletteResponse.setPalette(Palette palette)
          Sets the palette value for this PaletteResponse.
 PaletteResponse PaletteServiceHttpBindingStub.updatePalette(Palette palette)
           
 PaletteResponse PaletteService.updatePalette(Palette palette)
           
 PaletteResponse[] PaletteServiceHttpBindingStub.updatePalettes(Palette[] palettes)
           
 PaletteResponse[] PaletteService.updatePalettes(Palette[] palettes)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type Palette
PaletteResponse(Error[] errors, java.lang.Boolean operationSucceeded, Palette palette)