Package com.restfb.types.ads
Class RuleOpOr
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.Rule
-
- com.restfb.types.ads.RuleOp
-
- com.restfb.types.ads.RuleOpOr
-
- All Implemented Interfaces:
Serializable
public class RuleOpOr extends RuleOp
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Rule>
getRuleList()
void
setRuleList(List<Rule> ruleList)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Method Detail
-
getRuleList
public List<Rule> getRuleList()
-
setRuleList
public void setRuleList(List<Rule> ruleList)
-
-