Uses of Class
com.restfb.types.User.Experience
-
Packages that use User.Experience Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of User.Experience in com.restfb.types
Methods in com.restfb.types that return types with arguments of type User.Experience Modifier and Type Method Description List<User.Experience>
User. getFavoriteAthletes()
A list of the favorite athletes from the user's profile.List<User.Experience>
User. getFavoriteTeams()
A list of the favorite sports teams from the user's profile.List<User.Experience>
User. getInspirationalPeople()
The person's inspirational people.List<User.Experience>
User. getLanguages()
A list of the languages from the user's profile.Methods in com.restfb.types with parameters of type User.Experience Modifier and Type Method Description boolean
User. addFavoriteAthlete(User.Experience athlet)
boolean
User. addFavoriteTeam(User.Experience team)
boolean
User. addInspirationalPeople(User.Experience person)
boolean
User. addLanguage(User.Experience language)
boolean
User. removeFavoriteAthlete(User.Experience athlet)
boolean
User. removeFavoriteTeam(User.Experience team)
boolean
User. removeInspirationalPeople(User.Experience person)
boolean
User. removeLanguage(User.Experience language)
-