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

Packages that use ImageFlashVariableValue
com.yahoo.marketing.apt   
 

Uses of ImageFlashVariableValue in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as ImageFlashVariableValue
private  ImageFlashVariableValue[] LibraryCustomizableFlashAd.imageFlashVariableValues
           
 

Methods in com.yahoo.marketing.apt that return ImageFlashVariableValue
 ImageFlashVariableValue[] LibraryCustomizableFlashAd.getImageFlashVariableValues()
          Gets the imageFlashVariableValues value for this LibraryCustomizableFlashAd.
 

Methods in com.yahoo.marketing.apt with parameters of type ImageFlashVariableValue
 void LibraryCustomizableFlashAd.setImageFlashVariableValues(ImageFlashVariableValue[] imageFlashVariableValues)
          Sets the imageFlashVariableValues value for this LibraryCustomizableFlashAd.
 

Constructors in com.yahoo.marketing.apt with parameters of type ImageFlashVariableValue
LibraryCustomizableFlashAd(java.lang.Long ID, java.lang.String accountID, AdFormat adFormat, java.lang.Long adSizeID, AlternateImage alternateImage, java.lang.Boolean associatedToAdGroup, CompositeURL[] compositeClickThroughURLs, java.util.Calendar createTimestamp, java.lang.Long customizableFlashTemplateID, EditorialStatus editorialStatus, java.lang.Long flashCreativeID, java.lang.String flashCreativeURL, java.lang.Long folderID, java.lang.Long height, ImageFlashVariableValue[] imageFlashVariableValues, java.lang.String impressionTrackingURL, java.lang.Boolean isLocalCreative, java.util.Calendar lastUpdateTimestamp, java.lang.String name, LibraryAdStatus status, TextFlashVariableValue[] textFlashVariableValues, AdType type, java.lang.Long weight, java.lang.Long width, WindowTarget windowTarget)