Uses of Class
com.restfb.types.User.Experience
Packages that use User.Experience
-
Uses of User.Experience in com.restfb.types
Methods in com.restfb.types that return types with arguments of type User.ExperienceModifier and TypeMethodDescriptionUser.getFavoriteAthletes()
A list of the favorite athletes from the user's profile.User.getFavoriteTeams()
A list of the favorite sports teams from the user's profile.User.getInspirationalPeople()
The person's inspirational people.User.getLanguages()
A list of the languages from the user's profile.Methods in com.restfb.types with parameters of type User.ExperienceModifier and TypeMethodDescriptionboolean
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)