Uses of Class
com.restfb.types.Insight
-
Packages that use Insight Package Description com.restfb.types Default implementations of Facebook Graph API Objects.com.restfb.types.instagram Contains all types that are necessary to interact with the Instagram Graph API. -
-
Uses of Insight in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Insight Modifier and Type Method Description Connection<Insight>
Page. getInsights()
This Page's Insights dataConnection<Insight>
Photo. getInsights()
Connection<Insight>
Post. getInsights()
Connection<Insight>
Video. getVideoInsights()
Method parameters in com.restfb.types with type arguments of type Insight Modifier and Type Method Description void
Page. setInsights(Connection<Insight> insights)
This Page's Insights datavoid
Photo. setInsights(Connection<Insight> insights)
void
Post. setInsights(Connection<Insight> insights)
void
Video. setVideoInsights(Connection<Insight> videoInsights)
-
Uses of Insight in com.restfb.types.instagram
Methods in com.restfb.types.instagram that return types with arguments of type Insight Modifier and Type Method Description List<Insight>
IgMedia. getInsights()
List<Insight>
IgUser. getInsights()
Methods in com.restfb.types.instagram with parameters of type Insight Modifier and Type Method Description boolean
IgMedia. addChild(Insight insight)
boolean
IgUser. addChild(Insight insight)
boolean
IgMedia. removeChild(Insight insight)
boolean
IgUser. removeChild(Insight insight)
-