Package com.restfb.types.ads
Class AdCampaignFrequencyControlSpecs
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.AdCampaignFrequencyControlSpecs
- All Implemented Interfaces:
- Serializable
Represents the
 Ad
 Campaign Frequency Control Specs Type .
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetEvent()Event name, only IMPRESSIONS currently.Interval period in days, between 1 and 90 (inclusive)The maximum frequency, only 1 is allowed now.voidEvent name, only IMPRESSIONS currently.voidsetIntervalDays(Long intervalDays) Interval period in days, between 1 and 90 (inclusive)voidsetMaxFrequency(Long maxFrequency) The maximum frequency, only 1 is allowed now.Methods inherited from class com.restfb.types.AbstractFacebookTypeequals, hashCode, toString
- 
Constructor Details- 
AdCampaignFrequencyControlSpecspublic AdCampaignFrequencyControlSpecs()
 
- 
- 
Method Details- 
getEventEvent name, only IMPRESSIONS currently.
- 
setEventEvent name, only IMPRESSIONS currently.
- 
getIntervalDaysInterval period in days, between 1 and 90 (inclusive)
- 
setIntervalDaysInterval period in days, between 1 and 90 (inclusive)
- 
getMaxFrequencyThe maximum frequency, only 1 is allowed now.
- 
setMaxFrequencyThe maximum frequency, only 1 is allowed now.
 
-