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

Packages that use TemplateStatus
com.yahoo.marketing.apt   
 

Uses of TemplateStatus in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TemplateStatus
static TemplateStatus TemplateStatus.Active
           
static TemplateStatus TemplateStatus.Deleted
           
static TemplateStatus TemplateStatus.Draft
           
private  TemplateStatus CustomizableFlashTemplate.status
           
 

Methods in com.yahoo.marketing.apt that return TemplateStatus
static TemplateStatus TemplateStatus.fromString(java.lang.String value)
           
static TemplateStatus TemplateStatus.fromValue(java.lang.String value)
           
 TemplateStatus CustomizableFlashTemplate.getStatus()
          Gets the status value for this CustomizableFlashTemplate.
 

Methods in com.yahoo.marketing.apt with parameters of type TemplateStatus
 void CustomizableFlashTemplate.setStatus(TemplateStatus status)
          Sets the status value for this CustomizableFlashTemplate.
 

Constructors in com.yahoo.marketing.apt with parameters of type TemplateStatus
CustomizableFlashTemplate(java.lang.Long ID, java.lang.String accountID, AdFormat adFormat, java.lang.Long adSizeID, java.util.Calendar createTimestamp, java.lang.Long customizableFlashCreativeID, java.lang.Long folderID, java.lang.Long height, ImageFlashVariableConstraints[] imageFlashVariableConstraints, java.util.Calendar lastUpdateTimestamp, java.lang.String name, TemplateStatus status, TextFlashVariableConstraints[] textFlashVariableConstraints, java.lang.Long width)