| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.clone() |
Location |
Location.set(String fieldName,
Object value) |
Location |
Location.setBuildingId(String buildingId)
The building identifier.
|
Location |
Location.setCurrent(Boolean current)
Whether the location is the current location.
|
Location |
Location.setDeskCode(String deskCode)
The individual desk location.
|
Location |
Location.setFloor(String floor)
The floor name or number.
|
Location |
Location.setFloorSection(String floorSection)
The floor section in `floor_name`.
|
Location |
Location.setMetadata(FieldMetadata metadata)
Metadata about the location.
|
Location |
Location.setType(String type)
The type of the location.
|
Location |
Location.setValue(String value)
The free-form value of the location.
|
| Modifier and Type | Method and Description |
|---|---|
List<Location> |
Person.getLocations()
The person's locations.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setLocations(List<Location> locations)
The person's locations.
|
Copyright © 2011–2025 Google. All rights reserved.