Uses of Class
com.restfb.types.User.Sport
-
Packages that use User.Sport Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of User.Sport in com.restfb.types
Methods in com.restfb.types that return types with arguments of type User.Sport Modifier and Type Method Description List<User.Sport>
User. getSports()
A list of the sports from the user's profile.Methods in com.restfb.types with parameters of type User.Sport Modifier and Type Method Description boolean
User. addSport(User.Sport sportItem)
boolean
User. removeSport(User.Sport sportItem)
-