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

Packages that use LibraryCustomizableFlashAd
com.yahoo.marketing.apt   
 

Uses of LibraryCustomizableFlashAd in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as LibraryCustomizableFlashAd
private  LibraryCustomizableFlashAd LibraryCustomizableFlashAdResponse.libraryCustomizableFlashAd
           
 

Methods in com.yahoo.marketing.apt that return LibraryCustomizableFlashAd
 LibraryCustomizableFlashAd LibraryCustomizableFlashAdResponse.getLibraryCustomizableFlashAd()
          Gets the libraryCustomizableFlashAd value for this LibraryCustomizableFlashAdResponse.
 LibraryCustomizableFlashAd LibraryCustomizableFlashAdServiceHttpBindingStub.getLibraryCustomizableFlashAd(long libraryCustomizableFlashAdID)
           
 LibraryCustomizableFlashAd LibraryCustomizableFlashAdService.getLibraryCustomizableFlashAd(long libraryCustomizableFlashAdID)
           
 LibraryCustomizableFlashAd[] LibraryCustomizableFlashAdServiceHttpBindingStub.getLibraryCustomizableFlashAds(long[] libraryCustomizableFlashAdIDs)
           
 LibraryCustomizableFlashAd[] LibraryCustomizableFlashAdService.getLibraryCustomizableFlashAds(long[] libraryCustomizableFlashAdIDs)
           
 LibraryCustomizableFlashAd[] LibraryCustomizableFlashAdServiceHttpBindingStub.getLibraryCustomizableFlashAdsByAccountID(int startElement, int numElements)
           
 LibraryCustomizableFlashAd[] LibraryCustomizableFlashAdService.getLibraryCustomizableFlashAdsByAccountID(int startElement, int numElements)
           
 LibraryCustomizableFlashAd[] LibraryCustomizableFlashAdServiceHttpBindingStub.getLibraryCustomizableFlashAdsByFolderID(long folderID)
           
 LibraryCustomizableFlashAd[] LibraryCustomizableFlashAdService.getLibraryCustomizableFlashAdsByFolderID(long folderID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type LibraryCustomizableFlashAd
 LibraryCustomizableFlashAdResponse LibraryCustomizableFlashAdServiceHttpBindingStub.addLibraryCustomizableFlashAd(LibraryCustomizableFlashAd libraryCustomizableFlashAd)
           
 LibraryCustomizableFlashAdResponse LibraryCustomizableFlashAdService.addLibraryCustomizableFlashAd(LibraryCustomizableFlashAd libraryCustomizableFlashAd)
           
 LibraryCustomizableFlashAdResponse[] LibraryCustomizableFlashAdServiceHttpBindingStub.addLibraryCustomizableFlashAds(LibraryCustomizableFlashAd[] libraryCustomizableFlashAds)
           
 LibraryCustomizableFlashAdResponse[] LibraryCustomizableFlashAdService.addLibraryCustomizableFlashAds(LibraryCustomizableFlashAd[] libraryCustomizableFlashAds)
           
 void LibraryCustomizableFlashAdResponse.setLibraryCustomizableFlashAd(LibraryCustomizableFlashAd libraryCustomizableFlashAd)
          Sets the libraryCustomizableFlashAd value for this LibraryCustomizableFlashAdResponse.
 LibraryCustomizableFlashAdResponse LibraryCustomizableFlashAdServiceHttpBindingStub.updateLibraryCustomizableFlashAd(LibraryCustomizableFlashAd libraryCustomizableFlashAd)
           
 LibraryCustomizableFlashAdResponse LibraryCustomizableFlashAdService.updateLibraryCustomizableFlashAd(LibraryCustomizableFlashAd libraryCustomizableFlashAd)
           
 LibraryCustomizableFlashAdResponse[] LibraryCustomizableFlashAdServiceHttpBindingStub.updateLibraryCustomizableFlashAds(LibraryCustomizableFlashAd[] libraryCustomizableFlashAds)
           
 LibraryCustomizableFlashAdResponse[] LibraryCustomizableFlashAdService.updateLibraryCustomizableFlashAds(LibraryCustomizableFlashAd[] libraryCustomizableFlashAds)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type LibraryCustomizableFlashAd
LibraryCustomizableFlashAdResponse(Error[] errors, LibraryCustomizableFlashAd libraryCustomizableFlashAd, java.lang.Boolean operationSucceeded)