Uses of Class
com.restfb.types.NamedFacebookType

Packages that use NamedFacebookType
com.restfb.types Default implementations of Facebook Graph API Objects
 

Uses of NamedFacebookType in com.restfb.types
 

Subclasses of NamedFacebookType in com.restfb.types
 class Account
          Represents the Account Graph API type.
 class Album
          Represents the Album Graph API type.
 class Application
          Represents the Application Graph API type.
 class CategorizedFacebookType
          Superclass for Graph API types that include a category field.
static class Checkin.Place
          Represents the Place Graph API type.
 class Event
          Represents the Event Graph API type.
 class Group
          Represents the Group Graph API type.
 class Insight
          Represents the Insight Graph API type.
 class Link
          Represents the Link Graph API type.
 class Page
          Represents the Page Graph API type.
 class PageConnection
          Represents a Connection to a Page Graph API type, e.g.
 class Photo
          Represents the Photo Graph API type.
static class Photo.Tag
          Represents the Tag Graph API type.
 class Post
          Represents the Post Graph API type.
static class Post.Place
          Represents the Place Graph API type
 class StatusMessage
          Represents the Status Message Graph API type.
 class Url
           
 class User
          Represents the User Graph API type.
static class User.EducationClass
          Represents the Class Graph API type.
static class User.Sport
          Represents the Sport Graph API type.
 class Video
          Represents the Video Graph API type.
 

Methods in com.restfb.types that return NamedFacebookType
 NamedFacebookType Post.getApplication()
          The application used to create this post.
 NamedFacebookType Checkin.getApplication()
          The ID and name of the application that made the check-in.
 NamedFacebookType User.Education.getDegree()
          Degree acquired.
 NamedFacebookType User.Work.getEmployer()
          The employer for this job.
 NamedFacebookType StatusMessage.getFrom()
          The user who posted the message.
 NamedFacebookType Note.getFrom()
          The ID of the user who posted the note.
 NamedFacebookType Link.getFrom()
          An object containing the name and ID of the user who posted the link.
 NamedFacebookType Comment.getFrom()
          User who posted the comment.
 NamedFacebookType Checkin.getFrom()
          The ID and name of the user who made the check-in.
 NamedFacebookType User.getHometown()
          The user's hometown.
 NamedFacebookType User.getLocation()
          The user's current location.
 NamedFacebookType User.Work.getLocation()
          The location of this job.
 NamedFacebookType Group.getOwner()
          An object containing the name and ID of the user who owns the group.
 NamedFacebookType Event.getOwner()
          An object containing the name and ID of the user who owns the event
 NamedFacebookType User.Work.getPosition()
          Position held at this job.
 NamedFacebookType User.Education.getSchool()
          The school name and ID.
 NamedFacebookType User.getSignificantOther()
          The user's significant other.
 NamedFacebookType User.Education.getYear()
          Graduation year.
 

Methods in com.restfb.types that return types with arguments of type NamedFacebookType
 List<NamedFacebookType> User.Education.getConcentration()
          Concentrations/minors.
 List<NamedFacebookType> Post.Likes.getData()
          The likes.
 List<NamedFacebookType> User.getFavoriteAthletes()
          A list of the favorite athletes from the user's profile.
 List<NamedFacebookType> User.getFavoriteTeams()
          A list of the favorite sports teams from the user's profile.
 List<NamedFacebookType> User.getLanguages()
          A list of the languages from the user's profile.
 List<NamedFacebookType> StatusMessage.getLikes()
          The users that have liked this message.
 List<NamedFacebookType> Photo.getLikes()
          Users who like the photo.
 List<NamedFacebookType> Video.getTags()
          Tags for the video.
 List<NamedFacebookType> Post.getTo()
          A list of the profiles mentioned or targeted in this post.
 List<NamedFacebookType> User.Work.getWith()
          Friends associated with this job.
 List<NamedFacebookType> User.Education.getWith()
          Friends associated with this school.
 List<NamedFacebookType> User.EducationClass.getWith()
          Friends associated with this class.
 List<NamedFacebookType> User.Sport.getWith()
          Friends associated with this sport.
 



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