Package com.restfb.types
Class InsightBreakdownResult
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.InsightBreakdownResult
-
- All Implemented Interfaces:
Serializable
public class InsightBreakdownResult extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsightBreakdownResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getDimensionValues()
Long
getValue()
void
setValue(Long value)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
InsightBreakdownResult
public InsightBreakdownResult()
-
-