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

Packages that use TimePeriod
com.yahoo.marketing.apt   
 

Uses of TimePeriod in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TimePeriod
private  TimePeriod PixelFrequency.blackoutTimePeriod
           
private  TimePeriod Pixel.clickLookBackTimePeriod
           
private  TimePeriod Pixel.expirationTimePeriod
           
private  TimePeriod Pixel.impressionLookBackTimePeriod
           
 

Methods in com.yahoo.marketing.apt that return TimePeriod
 TimePeriod PixelFrequency.getBlackoutTimePeriod()
          Gets the blackoutTimePeriod value for this PixelFrequency.
 TimePeriod Pixel.getClickLookBackTimePeriod()
          Gets the clickLookBackTimePeriod value for this Pixel.
 TimePeriod Pixel.getExpirationTimePeriod()
          Gets the expirationTimePeriod value for this Pixel.
 TimePeriod Pixel.getImpressionLookBackTimePeriod()
          Gets the impressionLookBackTimePeriod value for this Pixel.
 

Methods in com.yahoo.marketing.apt with parameters of type TimePeriod
 void PixelFrequency.setBlackoutTimePeriod(TimePeriod blackoutTimePeriod)
          Sets the blackoutTimePeriod value for this PixelFrequency.
 void Pixel.setClickLookBackTimePeriod(TimePeriod clickLookBackTimePeriod)
          Sets the clickLookBackTimePeriod value for this Pixel.
 void Pixel.setExpirationTimePeriod(TimePeriod expirationTimePeriod)
          Sets the expirationTimePeriod value for this Pixel.
 void Pixel.setImpressionLookBackTimePeriod(TimePeriod impressionLookBackTimePeriod)
          Sets the impressionLookBackTimePeriod value for this Pixel.
 

Constructors in com.yahoo.marketing.apt with parameters of type TimePeriod
Pixel(java.lang.Long ID, java.lang.String accountID, TimePeriod clickLookBackTimePeriod, java.util.Calendar createTimestamp, TimePeriod expirationTimePeriod, TimePeriod impressionLookBackTimePeriod, java.lang.Boolean isActive, java.util.Calendar lastUpdateTimestamp, java.lang.String name, PixelFrequency pixelFrequency)
           
PixelFrequency(TimePeriod blackoutTimePeriod, PixelFrequencyType type)