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 TypeMethodDescriptionThis object's 'activities' connection URL. -- GETTER --This object's 'albums' connection URL. -- GETTER --getBooks()This object's 'books' connection URL. -- GETTER --This object's 'events' connection URL. -- GETTER --This object's 'family' connection URL. -- GETTER --getFeed()This object's 'feed' connection URL. -- GETTER --This object's 'friends' connection URL. -- GETTER --This object's 'groups' connection URL. -- GETTER --getHome()This object's 'home' connection URL. -- GETTER --getInbox()This object's 'inbox' connection URL. -- GETTER --This object's 'interests' connection URL. -- GETTER --getLikes()This object's 'likes' connection URL. -- GETTER --getLinks()This object's 'links' connection URL. -- GETTER --This object's 'movies' connection URL. -- GETTER --getMusic()This object's 'music' connection URL. -- GETTER --getNotes()This object's 'notes' connection URL. -- GETTER --This object's 'outbox' connection URL. -- GETTER --This object's 'photos' connection URL. -- GETTER --This object's 'picture' connection URL. -- GETTER --getPosts()This object's 'posts' connection URL. -- GETTER --This object's 'statuses' connection URL. -- GETTER --This object's 'tagged' connection URL. -- GETTER --This object's 'television' connection URL. -- GETTER --This object's 'updates' connection URL. -- GETTER --This object's 'videos' connection URL. -- GETTER --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) This object's 'activities' connection URL. -- GETTER --voidThis object's 'albums' connection URL. -- GETTER --voidThis object's 'books' connection URL. -- GETTER --voidThis object's 'events' connection URL. -- GETTER --voidThis object's 'family' connection URL. -- GETTER --voidThis object's 'feed' connection URL. -- GETTER --voidsetFriends(String friends) This object's 'friends' connection URL. -- GETTER --voidThis object's 'groups' connection URL. -- GETTER --voidThis object's 'home' connection URL. -- GETTER --voidThis object's 'inbox' connection URL. -- GETTER --voidsetInterests(String interests) This object's 'interests' connection URL. -- GETTER --voidThis object's 'likes' connection URL. -- GETTER --voidThis object's 'links' connection URL. -- GETTER --voidThis object's 'movies' connection URL. -- GETTER --voidThis object's 'music' connection URL. -- GETTER --voidThis object's 'notes' connection URL. -- GETTER --voidThis object's 'outbox' connection URL. -- GETTER --voidThis object's 'photos' connection URL. -- GETTER --voidsetPicture(String picture) This object's 'picture' connection URL. -- GETTER --voidThis object's 'posts' connection URL. -- GETTER --voidsetStatuses(String statuses) This object's 'statuses' connection URL. -- GETTER --voidThis object's 'tagged' connection URL. -- GETTER --voidsetTelevision(String television) This object's 'television' connection URL. -- GETTER --voidsetUpdates(String updates) This object's 'updates' connection URL. -- GETTER --voidThis object's 'videos' connection URL. -- GETTER --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:
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
This object's 'home' connection URL. -- GETTER --- Returns:
- This object's 'home' connection URL, or
nullif it doesn't have one.
-
setHome
This object's 'home' connection URL. -- GETTER -- -
getFeed
This object's 'feed' connection URL. -- GETTER --- Returns:
- This object's 'feed' connection URL, or
nullif it doesn't have one.
-
setFeed
This object's 'feed' connection URL. -- GETTER -- -
getFriends
This object's 'friends' connection URL. -- GETTER --- Returns:
- This object's 'friends' connection URL, or
nullif it doesn't have one.
-
setFriends
This object's 'friends' connection URL. -- GETTER -- -
getFamily
This object's 'family' connection URL. -- GETTER --- Returns:
- This object's 'family' connection URL, or
nullif it doesn't have one.
-
setFamily
This object's 'family' connection URL. -- GETTER -- -
getActivities
This object's 'activities' connection URL. -- GETTER --- Returns:
- This object's 'activities' connection URL, or
nullif it doesn't have one.
-
setActivities
This object's 'activities' connection URL. -- GETTER -- -
getInterests
This object's 'interests' connection URL. -- GETTER --- Returns:
- This object's 'interests' connection URL, or
nullif it doesn't have one.
-
setInterests
This object's 'interests' connection URL. -- GETTER -- -
getMusic
This object's 'music' connection URL. -- GETTER --- Returns:
- This object's 'music' connection URL, or
nullif it doesn't have one.
-
setMusic
This object's 'music' connection URL. -- GETTER -- -
getBooks
This object's 'books' connection URL. -- GETTER --- Returns:
- This object's 'books' connection URL, or
nullif it doesn't have one.
-
setBooks
This object's 'books' connection URL. -- GETTER -- -
getMovies
This object's 'movies' connection URL. -- GETTER --- Returns:
- This object's 'movies' connection URL, or
nullif it doesn't have one.
-
setMovies
This object's 'movies' connection URL. -- GETTER -- -
getTelevision
This object's 'television' connection URL. -- GETTER --- Returns:
- This object's 'television' connection URL, or
nullif it doesn't have one.
-
setTelevision
This object's 'television' connection URL. -- GETTER -- -
getLikes
This object's 'likes' connection URL. -- GETTER --- Returns:
- This object's 'likes' connection URL, or
nullif it doesn't have one.
-
setLikes
This object's 'likes' connection URL. -- GETTER -- -
getPosts
This object's 'posts' connection URL. -- GETTER --- Returns:
- This object's 'posts' connection URL, or
nullif it doesn't have one.
-
setPosts
This object's 'posts' connection URL. -- GETTER -- -
getTagged
This object's 'tagged' connection URL. -- GETTER --- Returns:
- This object's 'tagged' connection URL, or
nullif it doesn't have one.
-
setTagged
This object's 'tagged' connection URL. -- GETTER -- -
getStatuses
This object's 'statuses' connection URL. -- GETTER --- Returns:
- This object's 'statuses' connection URL, or
nullif it doesn't have one.
-
setStatuses
This object's 'statuses' connection URL. -- GETTER -- -
getLinks
This object's 'links' connection URL. -- GETTER --- Returns:
- This object's 'links' connection URL, or
nullif it doesn't have one.
-
setLinks
This object's 'links' connection URL. -- GETTER -- -
getNotes
This object's 'notes' connection URL. -- GETTER --- Returns:
- This object's 'notes' connection URL, or
nullif it doesn't have one.
-
setNotes
This object's 'notes' connection URL. -- GETTER -- -
getPhotos
This object's 'photos' connection URL. -- GETTER --- Returns:
- This object's 'photos' connection URL, or
nullif it doesn't have one.
-
setPhotos
This object's 'photos' connection URL. -- GETTER -- -
getAlbums
This object's 'albums' connection URL. -- GETTER --- Returns:
- This object's 'albums' connection URL, or
nullif it doesn't have one.
-
setAlbums
This object's 'albums' connection URL. -- GETTER -- -
getEvents
This object's 'events' connection URL. -- GETTER --- Returns:
- This object's 'events' connection URL, or
nullif it doesn't have one.
-
setEvents
This object's 'events' connection URL. -- GETTER -- -
getGroups
This object's 'groups' connection URL. -- GETTER --- Returns:
- This object's 'groups' connection URL, or
nullif it doesn't have one.
-
setGroups
This object's 'groups' connection URL. -- GETTER -- -
getVideos
This object's 'videos' connection URL. -- GETTER --- Returns:
- This object's 'videos' connection URL, or
nullif it doesn't have one.
-
setVideos
This object's 'videos' connection URL. -- GETTER -- -
getPicture
This object's 'picture' connection URL. -- GETTER --- Returns:
- This object's 'picture' connection URL, or
nullif it doesn't have one.
-
setPicture
This object's 'picture' connection URL. -- GETTER -- -
getInbox
This object's 'inbox' connection URL. -- GETTER --- Returns:
- This object's 'inbox' connection URL, or
nullif it doesn't have one.
-
setInbox
This object's 'inbox' connection URL. -- GETTER -- -
getOutbox
This object's 'outbox' connection URL. -- GETTER --- Returns:
- This object's 'outbox' connection URL, or
nullif it doesn't have one.
-
setOutbox
This object's 'outbox' connection URL. -- GETTER -- -
getUpdates
This object's 'updates' connection URL. -- GETTER --- Returns:
- This object's 'updates' connection URL, or
nullif it doesn't have one.
-
setUpdates
This object's 'updates' connection URL. -- GETTER --
-