Uses of Class
com.restfb.types.ads.TargetingDynamicRule
-
Packages that use TargetingDynamicRule Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of TargetingDynamicRule in com.restfb.types.ads
Methods in com.restfb.types.ads that return types with arguments of type TargetingDynamicRule Modifier and Type Method Description List<TargetingDynamicRule>
Targeting. getEngagementSpecs()
List<TargetingDynamicRule>
Targeting. getExcludedEngagementSpecs()
Method parameters in com.restfb.types.ads with type arguments of type TargetingDynamicRule Modifier and Type Method Description void
Targeting. setEngagementSpecs(List<TargetingDynamicRule> engagementSpecs)
void
Targeting. setExcludedEngagementSpecs(List<TargetingDynamicRule> excludedEngagementSpecs)
-