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