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

Packages that use PublisherSelector
com.yahoo.marketing.apt   
 

Uses of PublisherSelector in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as PublisherSelector
private  PublisherSelector ConditionalFilter.publisherSelector
           
 

Methods in com.yahoo.marketing.apt that return PublisherSelector
 PublisherSelector ConditionalFilter.getPublisherSelector()
          Gets the publisherSelector value for this ConditionalFilter.
 

Methods in com.yahoo.marketing.apt with parameters of type PublisherSelector
 void ConditionalFilter.setPublisherSelector(PublisherSelector publisherSelector)
          Sets the publisherSelector value for this ConditionalFilter.
 

Constructors in com.yahoo.marketing.apt with parameters of type PublisherSelector
ConditionalFilter(java.lang.Long ID, java.lang.String accountID, long[] adBehaviorIDs, long[] adContentTopicIDs, java.lang.String[] adLandingPageURLs, long[] adThemeIDs, java.lang.String[] advertiserAndNetworkAccountIDs, java.lang.Boolean allowReviewedAdsOnly, java.util.Calendar createTimestamp, java.lang.Boolean isActive, java.util.Calendar lastUpdateTimestamp, java.lang.String name, PublisherSelector publisherSelector)