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

Packages that use Ad
com.yahoo.marketing.apt   
 

Uses of Ad in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as Ad
private  Ad AdResponse.ad
           
private  Ad[] PlacementTransferResponse.ads
           
private  Ad[] AdCopyResponse.ads
           
 

Methods in com.yahoo.marketing.apt that return Ad
 Ad AdResponse.getAd()
          Gets the ad value for this AdResponse.
 Ad AdServiceHttpBindingStub.getAd(long adID)
           
 Ad AdService.getAd(long adID)
           
 Ad[] PlacementTransferResponse.getAds()
          Gets the ads value for this PlacementTransferResponse.
 Ad[] AdCopyResponse.getAds()
          Gets the ads value for this AdCopyResponse.
 Ad[] AdServiceHttpBindingStub.getAds(long[] adIDs)
           
 Ad[] AdService.getAds(long[] adIDs)
           
 Ad[] AdServiceHttpBindingStub.getAdsByAdGroupID(long adGroupID, int startElement, int numElements)
           
 Ad[] AdService.getAdsByAdGroupID(long adGroupID, int startElement, int numElements)
           
 Ad[] AdServiceHttpBindingStub.getAdsByAdGroupIDByStatus(long adGroupID, AdStatus adStatus, int startElement, int numElements)
           
 Ad[] AdService.getAdsByAdGroupIDByStatus(long adGroupID, AdStatus adStatus, int startElement, int numElements)
           
 

Methods in com.yahoo.marketing.apt with parameters of type Ad
 AdResponse AdServiceHttpBindingStub.addAd(Ad wsAd)
           
 AdResponse AdService.addAd(Ad wsAd)
           
 AdResponse[] AdServiceHttpBindingStub.addAds(Ad[] ads)
           
 AdResponse[] AdService.addAds(Ad[] ads)
           
 void AdResponse.setAd(Ad ad)
          Sets the ad value for this AdResponse.
 void PlacementTransferResponse.setAds(Ad[] ads)
          Sets the ads value for this PlacementTransferResponse.
 void AdCopyResponse.setAds(Ad[] ads)
          Sets the ads value for this AdCopyResponse.
 AdResponse AdServiceHttpBindingStub.updateAd(Ad ad)
           
 AdResponse AdService.updateAd(Ad ad)
           
 AdResponse[] AdServiceHttpBindingStub.updateAds(Ad[] ads)
           
 AdResponse[] AdService.updateAds(Ad[] ads)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type Ad
AdCopyResponse(Ad[] ads, Error[] errors, java.lang.Boolean operationSucceeded)
           
AdResponse(Ad ad, Error[] errors, java.lang.Boolean operationSucceeded)
           
PlacementTransferResponse(Ad[] ads, Error[] errors, OperationResult operationResult, Placement[] placements)