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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEvent()
Event name, only IMPRESSIONS currently.Interval period in days, between 1 and 90 (inclusive)The maximum frequency, only 1 is allowed now.void
Event name, only IMPRESSIONS currently.void
setIntervalDays
(Long intervalDays) Interval period in days, between 1 and 90 (inclusive)void
setMaxFrequency
(Long maxFrequency) The maximum frequency, only 1 is allowed now.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdCampaignFrequencyControlSpecs
public AdCampaignFrequencyControlSpecs()
-
-
Method Details
-
getEvent
Event name, only IMPRESSIONS currently. -
setEvent
Event name, only IMPRESSIONS currently. -
getIntervalDays
Interval period in days, between 1 and 90 (inclusive) -
setIntervalDays
Interval period in days, between 1 and 90 (inclusive) -
getMaxFrequency
The maximum frequency, only 1 is allowed now. -
setMaxFrequency
The maximum frequency, only 1 is allowed now.
-