| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Residence |
Residence.clone() |
Residence |
Residence.set(String fieldName,
Object value) |
Residence |
Residence.setCurrent(Boolean current)
True if the residence is the person's current residence; false if the residence is a past
residence.
|
Residence |
Residence.setMetadata(FieldMetadata metadata)
Metadata about the residence.
|
Residence |
Residence.setValue(String value)
The address of the residence.
|
| Modifier and Type | Method and Description |
|---|---|
List<Residence> |
Person.getResidences()
**DEPRECATED**: (Please use `person.locations` instead) The person's residences.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setResidences(List<Residence> residences)
**DEPRECATED**: (Please use `person.locations` instead) The person's residences.
|
Copyright © 2011–2025 Google. All rights reserved.