| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Residence |
Residence.clone() |
Residence |
Residence.set(java.lang.String fieldName,
java.lang.Object value) |
Residence |
Residence.setCurrent(java.lang.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(java.lang.String value)
The address of the residence.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Residence> |
Person.getResidences()
The person's residences.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setResidences(java.util.List<Residence> residences)
The person's residences.
|