Uses of Class
com.restfb.types.ads.Rule
Packages that use Rule
-
Uses of Rule in com.restfb.types.ads
Subclasses of Rule in com.restfb.types.adsMethods in com.restfb.types.ads that return RuleModifier and TypeMethodDescriptionstatic Rule
RuleFactory.createRuleFromJson
(JsonObject ruleJson) TargetingProductAudienceSubSpec.getRule()
Methods in com.restfb.types.ads that return types with arguments of type RuleMethods in com.restfb.types.ads with parameters of type RuleModifier and TypeMethodDescriptionstatic JsonObject
RuleFactory.createJsonFromRule
(Rule rule) void
Method parameters in com.restfb.types.ads with type arguments of type RuleModifier and TypeMethodDescriptionvoid
RuleOpAnd.setRuleList
(List<Rule> ruleList) void
RuleOpOr.setRuleList
(List<Rule> ruleList)