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

Packages that use TagType
com.yahoo.marketing.apt   
 

Uses of TagType in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TagType
static TagType TagType.LibraryAdTag
           
private  TagType Tag.tagType
           
private  TagType Complaint.tagType
           
static TagType TagType.UrlTag
           
 

Methods in com.yahoo.marketing.apt that return TagType
static TagType TagType.fromString(java.lang.String value)
           
static TagType TagType.fromValue(java.lang.String value)
           
 TagType Tag.getTagType()
          Gets the tagType value for this Tag.
 TagType Complaint.getTagType()
          Gets the tagType value for this Complaint.
 

Methods in com.yahoo.marketing.apt with parameters of type TagType
 void Tag.setTagType(TagType tagType)
          Sets the tagType value for this Tag.
 void Complaint.setTagType(TagType tagType)
          Sets the tagType value for this Complaint.
 

Constructors in com.yahoo.marketing.apt with parameters of type TagType
Complaint(java.lang.Long ID, java.lang.String accountID, java.util.Calendar createTimestamp, java.lang.Long createdByUserID, java.util.Calendar lastUpdateTimestamp, java.lang.String reason, java.lang.Long reasonID, java.lang.Long resolutionID, java.util.Calendar responseTimestamp, ComplaintStatus status, java.lang.Long tagID, TagType tagType)
           
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)