Package com.restfb.types.ads
Class RuleData
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.Rule
-
- com.restfb.types.ads.RuleData
-
- All Implemented Interfaces:
Serializable
public class RuleData extends Rule
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleOp
getOperator()
String
getType()
void
setOperator(RuleOp operator)
void
setType(String type)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Method Detail
-
getOperator
public RuleOp getOperator()
-
setOperator
public void setOperator(RuleOp operator)
-
-