| Package | Description |
|---|---|
| com.google.api.services.plus.model |
| Modifier and Type | Method and Description |
|---|---|
Person.PlacesLived |
Person.PlacesLived.clone() |
Person.PlacesLived |
Person.PlacesLived.set(java.lang.String fieldName,
java.lang.Object value) |
Person.PlacesLived |
Person.PlacesLived.setPrimary(java.lang.Boolean primary)
If "true", this place of residence is this person's primary residence.
|
Person.PlacesLived |
Person.PlacesLived.setValue(java.lang.String value)
A place where this person has lived.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Person.PlacesLived> |
Person.getPlacesLived()
A list of places where this person has lived.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setPlacesLived(java.util.List<Person.PlacesLived> placesLived)
A list of places where this person has lived.
|