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

Packages that use FlashCreativeResponse
com.yahoo.marketing.apt   
 

Uses of FlashCreativeResponse in com.yahoo.marketing.apt
 

Methods in com.yahoo.marketing.apt that return FlashCreativeResponse
 FlashCreativeResponse FlashCreativeServiceHttpBindingStub.addFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse FlashCreativeService.addFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse[] FlashCreativeServiceHttpBindingStub.addFlashCreatives(FlashCreative[] flashCreatives)
           
 FlashCreativeResponse[] FlashCreativeService.addFlashCreatives(FlashCreative[] flashCreatives)
           
 FlashCreativeResponse FlashCreativeServiceHttpBindingStub.copyFlashCreative(long flashCreativeID, long destinationFolderID)
           
 FlashCreativeResponse FlashCreativeService.copyFlashCreative(long flashCreativeID, long destinationFolderID)
           
 FlashCreativeResponse[] FlashCreativeServiceHttpBindingStub.copyFlashCreatives(long[] flashCreativeIDs, long destinationFolderID)
           
 FlashCreativeResponse[] FlashCreativeService.copyFlashCreatives(long[] flashCreativeIDs, long destinationFolderID)
           
 FlashCreativeResponse FlashCreativeServiceHttpBindingStub.moveFlashCreative(long flashCreativeID, long destinationFolderID)
           
 FlashCreativeResponse FlashCreativeService.moveFlashCreative(long flashCreativeID, long destinationFolderID)
           
 FlashCreativeResponse[] FlashCreativeServiceHttpBindingStub.moveFlashCreatives(long[] flashCreativeIDs, long destinationFolderID)
           
 FlashCreativeResponse[] FlashCreativeService.moveFlashCreatives(long[] flashCreativeIDs, long destinationFolderID)
           
 FlashCreativeResponse FlashCreativeServiceHttpBindingStub.updateFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse FlashCreativeService.updateFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse[] FlashCreativeServiceHttpBindingStub.updateFlashCreatives(FlashCreative[] flashCreatives)
           
 FlashCreativeResponse[] FlashCreativeService.updateFlashCreatives(FlashCreative[] flashCreatives)