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

Packages that use ImageFlashVariable
com.yahoo.marketing.apt   
 

Uses of ImageFlashVariable in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as ImageFlashVariable
private  ImageFlashVariable[] CustomizableFlashCreative.imageFlashVariables
           
 

Methods in com.yahoo.marketing.apt that return ImageFlashVariable
 ImageFlashVariable[] CustomizableFlashCreative.getImageFlashVariables()
          Gets the imageFlashVariables value for this CustomizableFlashCreative.
 

Methods in com.yahoo.marketing.apt with parameters of type ImageFlashVariable
 void CustomizableFlashCreative.setImageFlashVariables(ImageFlashVariable[] imageFlashVariables)
          Sets the imageFlashVariables value for this CustomizableFlashCreative.
 

Constructors in com.yahoo.marketing.apt with parameters of type ImageFlashVariable
CustomizableFlashCreative(java.lang.Long ID, java.lang.String accountID, byte[] binaryData, java.util.Calendar createTimestamp, java.lang.String fileExtension, java.lang.Long flashCreativeID, java.lang.String flashVersion, java.lang.Long folderID, java.lang.Long frameCount, java.lang.Long frameRate, java.lang.Boolean hasAudio, java.lang.Boolean hasVideo, java.lang.Long height, ImageFlashVariable[] imageFlashVariables, java.util.Calendar lastUpdateTimestamp, java.lang.String name, java.lang.String secureURL, CreativeStatus status, TextFlashVariable[] textFlashVariables, CreativeType type, java.lang.String url, java.lang.String urlPath, java.lang.Long weight, java.lang.Long width)