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
Constructors -
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?voidsetActivities(String activities) voidvoidvoidvoidvoidvoidsetFriends(String friends) voidvoidvoidvoidsetInterests(String interests) voidvoidvoidvoidvoidvoidvoidvoidsetPicture(String picture) voidvoidsetStatuses(String statuses) voidvoidsetTelevision(String television) voidsetUpdates(String updates) voidMethods 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:
trueif this object has a 'home' connection,falseotherwise.
-
hasFeed
Does this object have a 'feed' connection?- Returns:
trueif this object has a 'feed' connection,falseotherwise.
-
hasFriends
Does this object have a 'friends' connection?- Returns:
trueif this object has a 'friends' connection,falseotherwise.
-
hasFamily
Does this object have a 'family' connection?- Returns:
trueif this object has a 'family' connection,falseotherwise.
-
hasActivities
Does this object have an 'activities' connection?- Returns:
trueif this object has an 'activities' connection,falseotherwise.
-
hasInterests
Does this object have an 'interests' connection?- Returns:
trueif this object has an 'interests' connection,falseotherwise.
-
hasMusic
Does this object have a 'music' connection?- Returns:
trueif this object has a 'music' connection,falseotherwise.
-
hasBooks
Does this object have a 'books' connection?- Returns:
trueif this object has a 'books' connection,falseotherwise.
-
hasMovies
Does this object have a 'movies' connection?- Returns:
trueif this object has a 'movies' connection,falseotherwise.
-
hasTelevision
Does this object have a 'television' connection?- Returns:
trueif this object has a 'television' connection,falseotherwise.
-
hasLikes
Does this object have a 'likes' connection?- Returns:
trueif this object has a 'likes' connection,falseotherwise.
-
hasPosts
Does this object have a 'posts' connection?- Returns:
trueif this object has a 'posts' connection,falseotherwise.
-
hasTagged
Does this object have a 'tagged' connection?- Returns:
trueif this object has a 'tagged' connection,falseotherwise.
-
hasStatuses
Does this object have a 'statuses' connection?- Returns:
trueif this object has a 'statuses' connection,falseotherwise.
-
hasLinks
Does this object have a 'links' connection?- Returns:
trueif this object has a 'links' connection,falseotherwise.
-
hasNotes
Does this object have a 'notes' connection?- Returns:
trueif this object has a 'notes' connection,falseotherwise.
-
hasPhotos
Does this object have a 'photos' connection?- Returns:
trueif this object has a 'photos' connection,falseotherwise.
-
hasAlbums
Does this object have an 'albums' connection?- Returns:
trueif this object has an 'albums' connection,falseotherwise.
-
hasEvents
Does this object have an 'events' connection?- Returns:
trueif this object has an 'events' connection,falseotherwise.
-
hasGroups
Does this object have a 'groups' connection?- Returns:
trueif this object has a 'groups' connection,falseotherwise.
-
hasVideos
Does this object have a 'videos' connection?- Returns:
trueif this object has a 'videos' connection,falseotherwise.
-
hasPicture
Does this object have a 'picture' connection?- Returns:
trueif this object has a 'picture' connection,falseotherwise.
-
hasInbox
Does this object have an 'inbox' connection?- Returns:
trueif this object has an 'inbox' connection,falseotherwise.
-
hasOutbox
Does this object have an 'outbox' connection?- Returns:
trueif this object has an 'outbox' connection,falseotherwise.
-
hasUpdates
Does this object have an 'updates' connection?- Returns:
trueif this object has an 'updates' connection,falseotherwise.
-
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
-