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

Packages that use SellingRuleType
com.yahoo.marketing.apt   
 

Uses of SellingRuleType in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as SellingRuleType
static SellingRuleType SellingRuleType.Preferred
           
private  SellingRuleType BookingLimit.sellingRuleType
           
static SellingRuleType SellingRuleType.Standard
           
 

Methods in com.yahoo.marketing.apt that return SellingRuleType
static SellingRuleType SellingRuleType.fromString(java.lang.String value)
           
static SellingRuleType SellingRuleType.fromValue(java.lang.String value)
           
 SellingRuleType BookingLimit.getSellingRuleType()
          Gets the sellingRuleType value for this BookingLimit.
 

Methods in com.yahoo.marketing.apt with parameters of type SellingRuleType
 void BookingLimit.setSellingRuleType(SellingRuleType sellingRuleType)
          Sets the sellingRuleType value for this BookingLimit.
 

Constructors in com.yahoo.marketing.apt with parameters of type SellingRuleType
BookingLimit(java.lang.Long ID, java.lang.Integer bookingLimitPercentage, long[] contentTopicIDs, java.util.Calendar createTimestamp, java.util.Calendar lastUpdateTimestamp, java.lang.String managedPublisherAccountID, SellingRuleType sellingRuleType, java.lang.Long siteID)