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

Packages that use LibraryFlashAd
com.yahoo.marketing.apt   
 

Uses of LibraryFlashAd in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as LibraryFlashAd
private  LibraryFlashAd LibraryFlashAdResponse.libraryFlashAd
           
 

Methods in com.yahoo.marketing.apt that return LibraryFlashAd
 LibraryFlashAd LibraryFlashAdResponse.getLibraryFlashAd()
          Gets the libraryFlashAd value for this LibraryFlashAdResponse.
 LibraryFlashAd LibraryFlashAdServiceHttpBindingStub.getLibraryFlashAd(long libraryFlashAdID)
           
 LibraryFlashAd LibraryFlashAdService.getLibraryFlashAd(long libraryFlashAdID)
           
 LibraryFlashAd[] LibraryFlashAdServiceHttpBindingStub.getLibraryFlashAds(long[] libraryFlashAdIDs)
           
 LibraryFlashAd[] LibraryFlashAdService.getLibraryFlashAds(long[] libraryFlashAdIDs)
           
 LibraryFlashAd[] LibraryFlashAdServiceHttpBindingStub.getLibraryFlashAdsByAccountID(int startElement, int numElements)
           
 LibraryFlashAd[] LibraryFlashAdService.getLibraryFlashAdsByAccountID(int startElement, int numElements)
           
 LibraryFlashAd[] LibraryFlashAdServiceHttpBindingStub.getLibraryFlashAdsByFolderID(long folderID)
           
 LibraryFlashAd[] LibraryFlashAdService.getLibraryFlashAdsByFolderID(long folderID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type LibraryFlashAd
 LibraryFlashAdResponse LibraryFlashAdServiceHttpBindingStub.addLibraryFlashAd(LibraryFlashAd libraryFlashAd)
           
 LibraryFlashAdResponse LibraryFlashAdService.addLibraryFlashAd(LibraryFlashAd libraryFlashAd)
           
 LibraryFlashAdResponse[] LibraryFlashAdServiceHttpBindingStub.addLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
           
 LibraryFlashAdResponse[] LibraryFlashAdService.addLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
           
 void LibraryFlashAdResponse.setLibraryFlashAd(LibraryFlashAd libraryFlashAd)
          Sets the libraryFlashAd value for this LibraryFlashAdResponse.
 LibraryFlashAdResponse LibraryFlashAdServiceHttpBindingStub.updateLibraryFlashAd(LibraryFlashAd libraryFlashAd)
           
 LibraryFlashAdResponse LibraryFlashAdService.updateLibraryFlashAd(LibraryFlashAd libraryFlashAd)
           
 LibraryFlashAdResponse[] LibraryFlashAdServiceHttpBindingStub.updateLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
           
 LibraryFlashAdResponse[] LibraryFlashAdService.updateLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type LibraryFlashAd
LibraryFlashAdResponse(Error[] errors, LibraryFlashAd libraryFlashAd, java.lang.Boolean operationSucceeded)