| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Person.AgeRange |
Person.AgeRange.clone() |
Person.AgeRange |
Person.getAgeRange()
The age range of the person.
|
Person.AgeRange |
Person.AgeRange.set(java.lang.String fieldName,
java.lang.Object value) |
Person.AgeRange |
Person.AgeRange.setMax(java.lang.Integer max)
The age range's upper bound, if any.
|
Person.AgeRange |
Person.AgeRange.setMin(java.lang.Integer min)
The age range's lower bound, if any.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setAgeRange(Person.AgeRange ageRange)
The age range of the person.
|