Uses of Class
com.restfb.types.ads.Rule
-
Packages that use Rule Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of Rule in com.restfb.types.ads
Subclasses of Rule in com.restfb.types.ads Modifier and Type Class Description class
RuleData
class
RuleOp
class
RuleOpAnd
class
RuleOpOr
Methods in com.restfb.types.ads that return Rule Modifier and Type Method Description static Rule
RuleFactory. createRuleFromJson(JsonObject ruleJson)
Rule
TargetingProductAudienceSubSpec. getRule()
Methods in com.restfb.types.ads that return types with arguments of type Rule Modifier and Type Method Description List<Rule>
RuleOpAnd. getRuleList()
List<Rule>
RuleOpOr. getRuleList()
Methods in com.restfb.types.ads with parameters of type Rule Modifier and Type Method Description static JsonObject
RuleFactory. createJsonFromRule(Rule rule)
void
TargetingProductAudienceSubSpec. setRule(Rule rule)
Method parameters in com.restfb.types.ads with type arguments of type Rule Modifier and Type Method Description void
RuleOpAnd. setRuleList(List<Rule> ruleList)
void
RuleOpOr. setRuleList(List<Rule> ruleList)
-