Package com.restfb.types
Class FacebookType.Metadata.Connections
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType.Metadata.Connections
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FacebookType.Metadata
Represents Facebook Object connections
metadata, available by including the
metadata=1
URL parameter in an API request.- Since:
- 1.5
- Author:
- Mark Allen
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBooks()
getFeed()
getHome()
getInbox()
getLikes()
getLinks()
getMusic()
getNotes()
getPosts()
Does this object have an 'activities' connection?Does this object have an 'albums' connection?hasBooks()
Does this object have a 'books' connection?Does this object have an 'events' connection?Does this object have a 'family' connection?hasFeed()
Does this object have a 'feed' connection?Does this object have a 'friends' connection?Does this object have a 'groups' connection?hasHome()
Does this object have a 'home' connection?hasInbox()
Does this object have an 'inbox' connection?Does this object have an 'interests' connection?hasLikes()
Does this object have a 'likes' connection?hasLinks()
Does this object have a 'links' connection?Does this object have a 'movies' connection?hasMusic()
Does this object have a 'music' connection?hasNotes()
Does this object have a 'notes' connection?Does this object have an 'outbox' connection?Does this object have a 'photos' connection?Does this object have a 'picture' connection?hasPosts()
Does this object have a 'posts' connection?Does this object have a 'statuses' connection?Does this object have a 'tagged' connection?Does this object have a 'television' connection?Does this object have an 'updates' connection?Does this object have a 'videos' connection?void
setActivities
(String activities) void
void
void
void
void
void
setFriends
(String friends) void
void
void
void
setInterests
(String interests) void
void
void
void
void
void
void
void
setPicture
(String picture) void
void
setStatuses
(String statuses) void
void
setTelevision
(String television) void
setUpdates
(String updates) void
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Connections
public Connections()
-
-
Method Details
-
hasHome
Does this object have a 'home' connection?- Returns:
true
if this object has a 'home' connection,false
otherwise.
-
hasFeed
Does this object have a 'feed' connection?- Returns:
true
if this object has a 'feed' connection,false
otherwise.
-
hasFriends
Does this object have a 'friends' connection?- Returns:
true
if this object has a 'friends' connection,false
otherwise.
-
hasFamily
Does this object have a 'family' connection?- Returns:
true
if this object has a 'family' connection,false
otherwise.
-
hasActivities
Does this object have an 'activities' connection?- Returns:
true
if this object has an 'activities' connection,false
otherwise.
-
hasInterests
Does this object have an 'interests' connection?- Returns:
true
if this object has an 'interests' connection,false
otherwise.
-
hasMusic
Does this object have a 'music' connection?- Returns:
true
if this object has a 'music' connection,false
otherwise.
-
hasBooks
Does this object have a 'books' connection?- Returns:
true
if this object has a 'books' connection,false
otherwise.
-
hasMovies
Does this object have a 'movies' connection?- Returns:
true
if this object has a 'movies' connection,false
otherwise.
-
hasTelevision
Does this object have a 'television' connection?- Returns:
true
if this object has a 'television' connection,false
otherwise.
-
hasLikes
Does this object have a 'likes' connection?- Returns:
true
if this object has a 'likes' connection,false
otherwise.
-
hasPosts
Does this object have a 'posts' connection?- Returns:
true
if this object has a 'posts' connection,false
otherwise.
-
hasTagged
Does this object have a 'tagged' connection?- Returns:
true
if this object has a 'tagged' connection,false
otherwise.
-
hasStatuses
Does this object have a 'statuses' connection?- Returns:
true
if this object has a 'statuses' connection,false
otherwise.
-
hasLinks
Does this object have a 'links' connection?- Returns:
true
if this object has a 'links' connection,false
otherwise.
-
hasNotes
Does this object have a 'notes' connection?- Returns:
true
if this object has a 'notes' connection,false
otherwise.
-
hasPhotos
Does this object have a 'photos' connection?- Returns:
true
if this object has a 'photos' connection,false
otherwise.
-
hasAlbums
Does this object have an 'albums' connection?- Returns:
true
if this object has an 'albums' connection,false
otherwise.
-
hasEvents
Does this object have an 'events' connection?- Returns:
true
if this object has an 'events' connection,false
otherwise.
-
hasGroups
Does this object have a 'groups' connection?- Returns:
true
if this object has a 'groups' connection,false
otherwise.
-
hasVideos
Does this object have a 'videos' connection?- Returns:
true
if this object has a 'videos' connection,false
otherwise.
-
hasPicture
Does this object have a 'picture' connection?- Returns:
true
if this object has a 'picture' connection,false
otherwise.
-
hasInbox
Does this object have an 'inbox' connection?- Returns:
true
if this object has an 'inbox' connection,false
otherwise.
-
hasOutbox
Does this object have an 'outbox' connection?- Returns:
true
if this object has an 'outbox' connection,false
otherwise.
-
hasUpdates
Does this object have an 'updates' connection?- Returns:
true
if this object has an 'updates' connection,false
otherwise.
-
getHome
-
setHome
-
getFeed
-
setFeed
-
getFriends
-
setFriends
-
getFamily
-
setFamily
-
getActivities
-
setActivities
-
getInterests
-
setInterests
-
getMusic
-
setMusic
-
getBooks
-
setBooks
-
getMovies
-
setMovies
-
getTelevision
-
setTelevision
-
getLikes
-
setLikes
-
getPosts
-
setPosts
-
getTagged
-
setTagged
-
getStatuses
-
setStatuses
-
getLinks
-
setLinks
-
getNotes
-
setNotes
-
getPhotos
-
setPhotos
-
getAlbums
-
setAlbums
-
getEvents
-
setEvents
-
getGroups
-
setGroups
-
getVideos
-
setVideos
-
getPicture
-
setPicture
-
getInbox
-
setInbox
-
getOutbox
-
setOutbox
-
getUpdates
-
setUpdates
-