| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.clone() |
Address |
Address.set(String fieldName,
Object value) |
Address |
Address.setCity(String city)
The city of the address.
|
Address |
Address.setCountry(String country)
The country of the address.
|
Address |
Address.setCountryCode(String countryCode)
The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
|
Address |
Address.setExtendedAddress(String extendedAddress)
The extended address of the address; for example, the apartment number.
|
Address |
Address.setFormattedType(String formattedType)
Output only.
|
Address |
Address.setFormattedValue(String formattedValue)
The unstructured value of the address.
|
Address |
Address.setMetadata(FieldMetadata metadata)
Metadata about the address.
|
Address |
Address.setPoBox(String poBox)
The P.O.
|
Address |
Address.setPostalCode(String postalCode)
The postal code of the address.
|
Address |
Address.setRegion(String region)
The region of the address; for example, the state or province.
|
Address |
Address.setStreetAddress(String streetAddress)
The street address.
|
Address |
Address.setType(String type)
The type of the address.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Person.getAddresses()
The person's street addresses.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setAddresses(List<Address> addresses)
The person's street addresses.
|
Copyright © 2011–2025 Google. All rights reserved.