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 TypeMethodDescriptionbooleanUser.addFavoriteAthlete(User.Experience athlet) booleanUser.addFavoriteTeam(User.Experience team) booleanUser.addInspirationalPeople(User.Experience person) booleanUser.addLanguage(User.Experience language) booleanUser.removeFavoriteAthlete(User.Experience athlet) booleanUser.removeFavoriteTeam(User.Experience team) booleanUser.removeInspirationalPeople(User.Experience person) booleanUser.removeLanguage(User.Experience language)