Uses of Class
com.restfb.types.Insight
Packages that use Insight
Package
Description
Default implementations of Facebook
Graph API Objects.
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 InsightModifier and TypeMethodDescriptionPage.getInsights()
This Page's Insights dataPhoto.getInsights()
Post.getInsights()
Video.getVideoInsights()
Method parameters in com.restfb.types with type arguments of type InsightModifier and TypeMethodDescriptionvoid
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 InsightMethods in com.restfb.types.instagram with parameters of type InsightModifier and TypeMethodDescriptionboolean
boolean
boolean
IgMedia.removeChild
(Insight insight) boolean
IgUser.removeChild
(Insight insight)