Uses of Class
com.restfb.types.User.AgeRange
-
Packages that use User.AgeRange Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of User.AgeRange in com.restfb.types
Methods in com.restfb.types that return User.AgeRange Modifier and Type Method Description User.AgeRange
User. getAgeRange()
Unspecific age range that this person's age fits into.Methods in com.restfb.types with parameters of type User.AgeRange Modifier and Type Method Description void
User. setAgeRange(User.AgeRange ageRange)
Unspecific age range that this person's age fits into.
-