com.restfb.types
Class FacebookType.Metadata.Connections

java.lang.Object
  extended by com.restfb.types.FacebookType.Metadata.Connections
All Implemented Interfaces:
Serializable
Enclosing class:
FacebookType.Metadata

public static class FacebookType.Metadata.Connections
extends Object
implements Serializable

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:
Serialized Form

Constructor Summary
FacebookType.Metadata.Connections()
           
 
Method Summary
 boolean equals(Object that)
           
 String getActivities()
          This object's 'activities' connection URL.
 String getAlbums()
          This object's 'albums' connection URL.
 String getBooks()
          This object's 'books' connection URL.
 String getEvents()
          This object's 'events' connection URL.
 String getFamily()
          This object's 'family' connection URL.
 String getFeed()
          This object's 'feed' connection URL.
 String getFriends()
          This object's 'friends' connection URL.
 String getGroups()
          This object's 'groups' connection URL.
 String getHome()
          This object's 'home' connection URL.
 String getInbox()
          This object's 'inbox' connection URL.
 String getInterests()
          This object's 'interests' connection URL.
 String getLikes()
          This object's 'likes' connection URL.
 String getLinks()
          This object's 'links' connection URL.
 String getMovies()
          This object's 'movies' connection URL.
 String getMusic()
          This object's 'music' connection URL.
 String getNotes()
          This object's 'notes' connection URL.
 String getOutbox()
          This object's 'outbox' connection URL.
 String getPhotos()
          This object's 'photos' connection URL.
 String getPicture()
          This object's 'picture' connection URL.
 String getPosts()
          This object's 'posts' connection URL.
 String getStatuses()
          This object's 'statuses' connection URL.
 String getTagged()
          This object's 'tagged' connection URL.
 String getTelevision()
          This object's 'television' connection URL.
 String getUpdates()
          This object's 'updates' connection URL.
 String getVideos()
          This object's 'videos' connection URL.
 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?
 int hashCode()
           
 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?
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FacebookType.Metadata.Connections

public FacebookType.Metadata.Connections()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object that)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

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.

getHome

public String getHome()
This object's 'home' connection URL.

Returns:
This object's 'home' connection URL, or null if it doesn't have one.

getFeed

public String getFeed()
This object's 'feed' connection URL.

Returns:
This object's 'feed' connection URL, or null if it doesn't have one.

getFriends

public String getFriends()
This object's 'friends' connection URL.

Returns:
This object's 'friends' connection URL, or null if it doesn't have one.

getFamily

public String getFamily()
This object's 'family' connection URL.

Returns:
This object's 'family' connection URL, or null if it doesn't have one.

getActivities

public String getActivities()
This object's 'activities' connection URL.

Returns:
This object's 'activities' connection URL, or null if it doesn't have one.

getInterests

public String getInterests()
This object's 'interests' connection URL.

Returns:
This object's 'interests' connection URL, or null if it doesn't have one.

getMusic

public String getMusic()
This object's 'music' connection URL.

Returns:
This object's 'music' connection URL, or null if it doesn't have one.

getBooks

public String getBooks()
This object's 'books' connection URL.

Returns:
This object's 'books' connection URL, or null if it doesn't have one.

getMovies

public String getMovies()
This object's 'movies' connection URL.

Returns:
This object's 'movies' connection URL, or null if it doesn't have one.

getTelevision

public String getTelevision()
This object's 'television' connection URL.

Returns:
This object's 'television' connection URL, or null if it doesn't have one.

getLikes

public String getLikes()
This object's 'likes' connection URL.

Returns:
This object's 'likes' connection URL, or null if it doesn't have one.

getPosts

public String getPosts()
This object's 'posts' connection URL.

Returns:
This object's 'posts' connection URL, or null if it doesn't have one.

getTagged

public String getTagged()
This object's 'tagged' connection URL.

Returns:
This object's 'tagged' connection URL, or null if it doesn't have one.

getStatuses

public String getStatuses()
This object's 'statuses' connection URL.

Returns:
This object's 'statuses' connection URL, or null if it doesn't have one.

getLinks

public String getLinks()
This object's 'links' connection URL.

Returns:
This object's 'links' connection URL, or null if it doesn't have one.

getNotes

public String getNotes()
This object's 'notes' connection URL.

Returns:
This object's 'notes' connection URL, or null if it doesn't have one.

getPhotos

public String getPhotos()
This object's 'photos' connection URL.

Returns:
This object's 'photos' connection URL, or null if it doesn't have one.

getAlbums

public String getAlbums()
This object's 'albums' connection URL.

Returns:
This object's 'albums' connection URL, or null if it doesn't have one.

getEvents

public String getEvents()
This object's 'events' connection URL.

Returns:
This object's 'events' connection URL, or null if it doesn't have one.

getGroups

public String getGroups()
This object's 'groups' connection URL.

Returns:
This object's 'groups' connection URL, or null if it doesn't have one.

getVideos

public String getVideos()
This object's 'videos' connection URL.

Returns:
This object's 'videos' connection URL, or null if it doesn't have one.

getPicture

public String getPicture()
This object's 'picture' connection URL.

Returns:
This object's 'picture' connection URL, or null if it doesn't have one.

getInbox

public String getInbox()
This object's 'inbox' connection URL.

Returns:
This object's 'inbox' connection URL, or null if it doesn't have one.

getOutbox

public String getOutbox()
This object's 'outbox' connection URL.

Returns:
This object's 'outbox' connection URL, or null if it doesn't have one.

getUpdates

public String getUpdates()
This object's 'updates' connection URL.

Returns:
This object's 'updates' connection URL, or null if it doesn't have one.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.