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

Packages that use AdBehavior
com.yahoo.marketing.apt   
 

Uses of AdBehavior in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as AdBehavior
private  AdBehavior LibraryThirdPartyAd.adBehavior
           
static AdBehavior AdBehavior.Expandable
           
static AdBehavior AdBehavior.ExpandableUserInitiated
           
static AdBehavior AdBehavior.Floating
           
static AdBehavior AdBehavior.FloatingWithinPage
           
static AdBehavior AdBehavior.FloatingWithReminder
           
static AdBehavior AdBehavior.NotSpecified
           
 

Methods in com.yahoo.marketing.apt that return AdBehavior
static AdBehavior AdBehavior.fromString(java.lang.String value)
           
static AdBehavior AdBehavior.fromValue(java.lang.String value)
           
 AdBehavior LibraryThirdPartyAd.getAdBehavior()
          Gets the adBehavior value for this LibraryThirdPartyAd.
 

Methods in com.yahoo.marketing.apt with parameters of type AdBehavior
 void LibraryThirdPartyAd.setAdBehavior(AdBehavior adBehavior)
          Sets the adBehavior value for this LibraryThirdPartyAd.
 

Constructors in com.yahoo.marketing.apt with parameters of type AdBehavior
LibraryThirdPartyAd(java.lang.Long ID, java.lang.String accountID, AdBehavior adBehavior, AdFormat adFormat, java.lang.Long adSizeID, java.lang.Boolean associatedToAdGroup, java.util.Calendar createTimestamp, EditorialStatus editorialStatus, java.lang.Long folderID, java.lang.Long height, java.lang.String impressionTrackingURL, java.util.Calendar lastUpdateTimestamp, java.lang.String name, LibraryAdStatus status, java.lang.String tag, java.lang.String tagWithMacros, AdType type, java.lang.Long vendorID, java.lang.Long width)