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