| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.clone() |
Address |
Address.set(java.lang.String fieldName,
java.lang.Object value) |
Address |
Address.setCity(java.lang.String city)
The city of the address.
|
Address |
Address.setCountry(java.lang.String country)
The country of the address.
|
Address |
Address.setCountryCode(java.lang.String countryCode)
The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
|
Address |
Address.setExtendedAddress(java.lang.String extendedAddress)
The extended address of the address; for example, the apartment number.
|
Address |
Address.setFormattedType(java.lang.String formattedType)
The read-only type of the address translated and formatted in the viewer's account locale or
the `Accept-Language` HTTP header locale.
|
Address |
Address.setFormattedValue(java.lang.String formattedValue)
The unstructured value of the address.
|
Address |
Address.setMetadata(FieldMetadata metadata)
Metadata about the address.
|
Address |
Address.setPoBox(java.lang.String poBox)
The P.O.
|
Address |
Address.setPostalCode(java.lang.String postalCode)
The postal code of the address.
|
Address |
Address.setRegion(java.lang.String region)
The region of the address; for example, the state or province.
|
Address |
Address.setStreetAddress(java.lang.String streetAddress)
The street address.
|
Address |
Address.setType(java.lang.String type)
The type of the address.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Address> |
Person.getAddresses()
The person's street addresses.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setAddresses(java.util.List<Address> addresses)
The person's street addresses.
|