Uses of Class
com.restfb.Connection
Package
Description
Contains types used to interact with the Facebook
Graph API.
Default implementations of Facebook
Graph API Objects.
Contains all types that are necessary to interact with
the Instagram Graph API.
-
Uses of Connection in com.restfb
Modifier 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 APIConnection
type, 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 APIConnection
type, 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.ModifierConstructorDescriptionprotected
Itr
(Connection<T> connection) Creates a new iterator over the givenconnection
. -
Uses of Connection in com.restfb.types
Modifier and TypeMethodDescriptionPage.getGroups()
groupsPage.getInsights()
This Page's Insights dataPhoto.getInsights()
Post.getInsights()
Video.getThumbnails()
Video.getVideoInsights()
Modifier and TypeMethodDescriptionvoid
Page.setGroups
(Connection<Group> groups) groupsvoid
Page.setInsights
(Connection<Insight> insights) This Page's Insights datavoid
Photo.setInsights
(Connection<Insight> insights) void
Post.setInsights
(Connection<Insight> insights) void
Video.setThumbnails
(Connection<Video.Thumbnail> thumbnails) void
Video.setVideoInsights
(Connection<Insight> videoInsights) -
Uses of Connection in com.restfb.types.instagram