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

Packages that use FlashCreative
com.yahoo.marketing.apt   
 

Uses of FlashCreative in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as FlashCreative
private  FlashCreative FlashCreativeResponse.flashCreative
           
private  FlashCreative[] ZippedCreativesResponse.flashCreatives
           
 

Methods in com.yahoo.marketing.apt that return FlashCreative
 FlashCreative FlashCreativeResponse.getFlashCreative()
          Gets the flashCreative value for this FlashCreativeResponse.
 FlashCreative FlashCreativeServiceHttpBindingStub.getFlashCreative(long flashCreativeID)
           
 FlashCreative FlashCreativeService.getFlashCreative(long flashCreativeID)
           
 FlashCreative[] ZippedCreativesResponse.getFlashCreatives()
          Gets the flashCreatives value for this ZippedCreativesResponse.
 FlashCreative[] FlashCreativeServiceHttpBindingStub.getFlashCreatives(long[] flashCreativeIDs)
           
 FlashCreative[] FlashCreativeService.getFlashCreatives(long[] flashCreativeIDs)
           
 FlashCreative[] FlashCreativeServiceHttpBindingStub.getFlashCreativesByAccountID(int startElement, int numElements)
           
 FlashCreative[] FlashCreativeService.getFlashCreativesByAccountID(int startElement, int numElements)
           
 FlashCreative[] FlashCreativeServiceHttpBindingStub.getFlashCreativesByFolderID(long folderID)
           
 FlashCreative[] FlashCreativeService.getFlashCreativesByFolderID(long folderID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type FlashCreative
 FlashCreativeResponse FlashCreativeServiceHttpBindingStub.addFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse FlashCreativeService.addFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse[] FlashCreativeServiceHttpBindingStub.addFlashCreatives(FlashCreative[] flashCreatives)
           
 FlashCreativeResponse[] FlashCreativeService.addFlashCreatives(FlashCreative[] flashCreatives)
           
 void FlashCreativeResponse.setFlashCreative(FlashCreative flashCreative)
          Sets the flashCreative value for this FlashCreativeResponse.
 void ZippedCreativesResponse.setFlashCreatives(FlashCreative[] flashCreatives)
          Sets the flashCreatives value for this ZippedCreativesResponse.
 FlashCreativeResponse FlashCreativeServiceHttpBindingStub.updateFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse FlashCreativeService.updateFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse[] FlashCreativeServiceHttpBindingStub.updateFlashCreatives(FlashCreative[] flashCreatives)
           
 FlashCreativeResponse[] FlashCreativeService.updateFlashCreatives(FlashCreative[] flashCreatives)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type FlashCreative
FlashCreativeResponse(Error[] errors, FlashCreative flashCreative, java.lang.Boolean operationSucceeded)
           
ZippedCreativesResponse(Error[] errors, FlashCreative[] flashCreatives, ImageCreative[] imageCreatives, OperationResult operationResult)