Uses of Class
com.restfb.Connection
Packages that use Connection
Package
Description
Contains types used to interact with the Facebook
Graph API.
Default implementations of Facebook
Graph API Objects.
Special types to interact with the Facebook Marketing
API.
Contains all types that are necessary to interact with
the Instagram Graph API.
-
Uses of Connection in com.restfb
Methods in com.restfb that return ConnectionModifier and TypeMethodDescription<T> Connection<T>DefaultFacebookClient.fetchConnection(String connection, Class<T> connectionType, Parameter... parameters) <T> Connection<T>FacebookClient.fetchConnection(String connection, Class<T> connectionType, Parameter... parameters) Fetches a Graph APIConnectiontype, mapping the result to an instance ofconnectionType.<T> Connection<T>DefaultFacebookClient.fetchConnectionPage(String connectionPageUrl, Class<T> connectionType) <T> Connection<T>FacebookClient.fetchConnectionPage(String connectionPageUrl, Class<T> connectionType) Fetches a previous/next page of a Graph APIConnectiontype, mapping the result to an instance ofconnectionType.protected Connection<T>Connection.fetchNextPage()Fetches the next page of the connection.Connection.Itr.snapshot()ConnectionIterator.snapshot()gets the connection of the current iteration step.Constructors in com.restfb with parameters of type ConnectionModifierConstructorDescriptionprotectedItr(Connection<T> connection) Creates a new iterator over the givenconnection. -
Uses of Connection in com.restfb.types
Methods in com.restfb.types that return ConnectionModifier and TypeMethodDescriptionPage.getGroups()groupsPage.getInsights()This Page's Insights dataPhoto.getInsights()Post.getInsights()Video.getThumbnails()Video.getVideoInsights()Methods in com.restfb.types with parameters of type ConnectionModifier and TypeMethodDescriptionvoidPage.setGroups(Connection<Group> groups) groupsvoidPage.setInsights(Connection<Insight> insights) This Page's Insights datavoidPhoto.setInsights(Connection<Insight> insights) voidPost.setInsights(Connection<Insight> insights) voidVideo.setThumbnails(Connection<Video.Thumbnail> thumbnails) voidVideo.setVideoInsights(Connection<Insight> videoInsights) -
Uses of Connection in com.restfb.types.ads
Methods in com.restfb.types.ads that return ConnectionMethods in com.restfb.types.ads with parameters of type ConnectionModifier and TypeMethodDescriptionvoidAd.setAdCreatives(Connection<AdCreative> adCreatives) voidAd.setAdInsights(Connection<AdsInsights> adInsights) -
Uses of Connection in com.restfb.types.instagram
Methods in com.restfb.types.instagram that return Connection