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:
Serialized Form
  • Constructor Details

  • Method Details

    • 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

      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

      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

      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()
    • setHome

      public void setHome(String home)
    • getFeed

      public String getFeed()
    • setFeed

      public void setFeed(String feed)
    • getFriends

      public String getFriends()
    • setFriends

      public void setFriends(String friends)
    • getFamily

      public String getFamily()
    • setFamily

      public void setFamily(String family)
    • getActivities

    • setActivities

      public void setActivities(String activities)
    • getInterests

      public String getInterests()
    • setInterests

      public void setInterests(String interests)
    • getMusic

      public String getMusic()
    • setMusic

      public void setMusic(String music)
    • getBooks

      public String getBooks()
    • setBooks

      public void setBooks(String books)
    • getMovies

      public String getMovies()
    • setMovies

      public void setMovies(String movies)
    • getTelevision

    • setTelevision

      public void setTelevision(String television)
    • getLikes

      public String getLikes()
    • setLikes

      public void setLikes(String likes)
    • getPosts

      public String getPosts()
    • setPosts

      public void setPosts(String posts)
    • getTagged

      public String getTagged()
    • setTagged

      public void setTagged(String tagged)
    • getStatuses

      public String getStatuses()
    • setStatuses

      public void setStatuses(String statuses)
    • getLinks

      public String getLinks()
    • setLinks

      public void setLinks(String links)
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes(String notes)
    • getPhotos

      public String getPhotos()
    • setPhotos

      public void setPhotos(String photos)
    • getAlbums

      public String getAlbums()
    • setAlbums

      public void setAlbums(String albums)
    • getEvents

      public String getEvents()
    • setEvents

      public void setEvents(String events)
    • getGroups

      public String getGroups()
    • setGroups

      public void setGroups(String groups)
    • getVideos

      public String getVideos()
    • setVideos

      public void setVideos(String videos)
    • getPicture

      public String getPicture()
    • setPicture

      public void setPicture(String picture)
    • getInbox

      public String getInbox()
    • setInbox

      public void setInbox(String inbox)
    • getOutbox

      public String getOutbox()
    • setOutbox

      public void setOutbox(String outbox)
    • getUpdates

      public String getUpdates()
    • setUpdates

      public void setUpdates(String updates)