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

Packages that use LibraryCustomHTMLAd
com.yahoo.marketing.apt   
 

Uses of LibraryCustomHTMLAd in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as LibraryCustomHTMLAd
private  LibraryCustomHTMLAd LibraryCustomHTMLAdResponse.libraryCustomHTMLAd
           
 

Methods in com.yahoo.marketing.apt that return LibraryCustomHTMLAd
 LibraryCustomHTMLAd LibraryCustomHTMLAdResponse.getLibraryCustomHTMLAd()
          Gets the libraryCustomHTMLAd value for this LibraryCustomHTMLAdResponse.
 LibraryCustomHTMLAd LibraryCustomHTMLAdServiceHttpBindingStub.getLibraryCustomHTMLAd(long libraryCustomHTMLAdID)
           
 LibraryCustomHTMLAd LibraryCustomHTMLAdService.getLibraryCustomHTMLAd(long libraryCustomHTMLAdID)
           
 LibraryCustomHTMLAd[] LibraryCustomHTMLAdServiceHttpBindingStub.getLibraryCustomHTMLAds(long[] libraryCustomHTMLAdIDs)
           
 LibraryCustomHTMLAd[] LibraryCustomHTMLAdService.getLibraryCustomHTMLAds(long[] libraryCustomHTMLAdIDs)
           
 LibraryCustomHTMLAd[] LibraryCustomHTMLAdServiceHttpBindingStub.getLibraryCustomHTMLAdsByAccountID(int startElement, int numElements)
           
 LibraryCustomHTMLAd[] LibraryCustomHTMLAdService.getLibraryCustomHTMLAdsByAccountID(int startElement, int numElements)
           
 LibraryCustomHTMLAd[] LibraryCustomHTMLAdServiceHttpBindingStub.getLibraryCustomHTMLAdsByFolderID(long folderID)
           
 LibraryCustomHTMLAd[] LibraryCustomHTMLAdService.getLibraryCustomHTMLAdsByFolderID(long folderID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type LibraryCustomHTMLAd
 LibraryCustomHTMLAdResponse LibraryCustomHTMLAdServiceHttpBindingStub.addLibraryCustomHTMLAd(LibraryCustomHTMLAd libraryCustomHTMLAd)
           
 LibraryCustomHTMLAdResponse LibraryCustomHTMLAdService.addLibraryCustomHTMLAd(LibraryCustomHTMLAd libraryCustomHTMLAd)
           
 LibraryCustomHTMLAdResponse[] LibraryCustomHTMLAdServiceHttpBindingStub.addLibraryCustomHTMLAds(LibraryCustomHTMLAd[] libraryCustomHTMLAds)
           
 LibraryCustomHTMLAdResponse[] LibraryCustomHTMLAdService.addLibraryCustomHTMLAds(LibraryCustomHTMLAd[] libraryCustomHTMLAds)
           
 void LibraryCustomHTMLAdResponse.setLibraryCustomHTMLAd(LibraryCustomHTMLAd libraryCustomHTMLAd)
          Sets the libraryCustomHTMLAd value for this LibraryCustomHTMLAdResponse.
 LibraryCustomHTMLAdResponse LibraryCustomHTMLAdServiceHttpBindingStub.updateLibraryCustomHTMLAd(LibraryCustomHTMLAd libraryCustomHTMLAd)
           
 LibraryCustomHTMLAdResponse LibraryCustomHTMLAdService.updateLibraryCustomHTMLAd(LibraryCustomHTMLAd libraryCustomHTMLAd)
           
 LibraryCustomHTMLAdResponse[] LibraryCustomHTMLAdServiceHttpBindingStub.updateLibraryCustomHTMLAds(LibraryCustomHTMLAd[] libraryCustomHTMLAds)
           
 LibraryCustomHTMLAdResponse[] LibraryCustomHTMLAdService.updateLibraryCustomHTMLAds(LibraryCustomHTMLAd[] libraryCustomHTMLAds)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type LibraryCustomHTMLAd
LibraryCustomHTMLAdResponse(Error[] errors, LibraryCustomHTMLAd libraryCustomHTMLAd, java.lang.Boolean operationSucceeded)