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

Packages that use TagStatus
com.yahoo.marketing.apt   
 

Uses of TagStatus in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TagStatus
static TagStatus TagStatus.NotSet
           
static TagStatus TagStatus.Set
           
private  TagStatus Tag.tagStatus
           
 

Methods in com.yahoo.marketing.apt that return TagStatus
static TagStatus TagStatus.fromString(java.lang.String value)
           
static TagStatus TagStatus.fromValue(java.lang.String value)
           
 TagStatus Tag.getTagStatus()
          Gets the tagStatus value for this Tag.
 

Methods in com.yahoo.marketing.apt with parameters of type TagStatus
 void Tag.setTagStatus(TagStatus tagStatus)
          Sets the tagStatus value for this Tag.
 

Constructors in com.yahoo.marketing.apt with parameters of type TagStatus
Tag(java.lang.Long ID, java.lang.String accountID, java.lang.Long componentID, java.util.Calendar createTimestamp, java.lang.String tagName, TagStatus tagStatus, TagType tagType)