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