Class User.AgeRange

All Implemented Interfaces:
Serializable
Enclosing class:
User

public static class User.AgeRange extends AbstractFacebookType
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • 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.
    • setMin

      public void setMin(Integer min)
      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.
    • setMax

      public void setMax(Integer max)
      The upper bounds of the range for this person's age.