public static final class EventWorkingLocationProperties.OfficeLocation
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OfficeLocation() |
| Modifier and Type | Method and Description |
|---|---|
EventWorkingLocationProperties.OfficeLocation |
clone() |
String |
getBuildingId()
An optional building identifier.
|
String |
getDeskId()
An optional desk identifier.
|
String |
getFloorId()
An optional floor identifier.
|
String |
getFloorSectionId()
An optional floor section identifier.
|
String |
getLabel()
The office name that's displayed in Calendar Web and Mobile clients.
|
EventWorkingLocationProperties.OfficeLocation |
set(String fieldName,
Object value) |
EventWorkingLocationProperties.OfficeLocation |
setBuildingId(String buildingId)
An optional building identifier.
|
EventWorkingLocationProperties.OfficeLocation |
setDeskId(String deskId)
An optional desk identifier.
|
EventWorkingLocationProperties.OfficeLocation |
setFloorId(String floorId)
An optional floor identifier.
|
EventWorkingLocationProperties.OfficeLocation |
setFloorSectionId(String floorSectionId)
An optional floor section identifier.
|
EventWorkingLocationProperties.OfficeLocation |
setLabel(String label)
The office name that's displayed in Calendar Web and Mobile clients.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getBuildingId()
null for nonepublic EventWorkingLocationProperties.OfficeLocation setBuildingId(String buildingId)
buildingId - buildingId or null for nonepublic String getDeskId()
null for nonepublic EventWorkingLocationProperties.OfficeLocation setDeskId(String deskId)
deskId - deskId or null for nonepublic String getFloorId()
null for nonepublic EventWorkingLocationProperties.OfficeLocation setFloorId(String floorId)
floorId - floorId or null for nonepublic String getFloorSectionId()
null for nonepublic EventWorkingLocationProperties.OfficeLocation setFloorSectionId(String floorSectionId)
floorSectionId - floorSectionId or null for nonepublic String getLabel()
null for nonepublic EventWorkingLocationProperties.OfficeLocation setLabel(String label)
label - label or null for nonepublic EventWorkingLocationProperties.OfficeLocation set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic EventWorkingLocationProperties.OfficeLocation clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.