Klasse User.AgeRange

Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
User

public static class User.AgeRange extends AbstractFacebookType
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getMin

      public Integer getMin()
      The lower bounds of the range for this person's age.
      Gibt zurück:
      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.
      Gibt zurück:
      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.