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
public static class User.AgeRange extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AgeRange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getMax()
The upper bounds of the range for this person's age.Integer
getMin()
The lower bounds of the range for this person's age.void
setMax(Integer max)
The upper bounds of the range for this person's age.void
setMin(Integer min)
The lower bounds of the range for this person's age.-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AgeRange
public AgeRange()
-
-
Method Detail
-
getMin
public Integer getMin()
The lower bounds of the range for this person's age.- Returns:
- The lower bounds of the range for this person's age.
-
getMax
public Integer getMax()
The upper bounds of the range for this person's age.- Returns:
- The upper bounds of the range for this person's age.
-
-