Uses of Class
com.restfb.Connection
-
Packages that use Connection Package Description com.restfb Contains types used to interact with the Facebook Graph API.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 Connection in com.restfb
Methods in com.restfb that return Connection Modifier and Type Method Description <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<T>
Connection.Itr. snapshot()
Connection<T>
ConnectionIterator. snapshot()
gets the connection of the current iteration step.Constructors in com.restfb with parameters of type Connection Constructor Description Itr(Connection<T> connection)
Creates a new iterator over the givenconnection
. -
Uses of Connection in com.restfb.types
Methods in com.restfb.types that return Connection Modifier and Type Method Description Connection<Group>
Page. getGroups()
groupsConnection<Insight>
Page. getInsights()
This Page's Insights dataConnection<Insight>
Photo. getInsights()
Connection<Insight>
Post. getInsights()
Connection<Video.Thumbnail>
Video. getThumbnails()
Connection<Insight>
Video. getVideoInsights()
Methods in com.restfb.types with parameters of type Connection Modifier and Type Method Description void
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
Methods in com.restfb.types.instagram that return Connection Modifier and Type Method Description Connection<IgMedia>
IgUser. getMediaConnection()
-