Package com.restfb.types
Class User.AgeRange
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.User.AgeRange
- All Implemented Interfaces:
Serializable
- Enclosing class:
- User
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AgeRange
public AgeRange()
-
-
Method Details
-
getMin
The lower bounds of the range for this person's age.- Returns:
- The lower bounds of the range for this person's age.
-
setMin
The lower bounds of the range for this person's age. -
getMax
The upper bounds of the range for this person's age.- Returns:
- The upper bounds of the range for this person's age.
-
setMax
The upper bounds of the range for this person's age.
-