public final class UserLocation extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Admin SDK API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
UserLocation() |
Modifier and Type | Method and Description |
---|---|
UserLocation |
clone() |
String |
getArea()
Textual location.
|
String |
getBuildingId()
Building Identifier.
|
String |
getCustomType()
Custom Type.
|
String |
getDeskCode()
Most specific textual code of individual desk location.
|
String |
getFloorName()
Floor name/number.
|
String |
getFloorSection()
Floor section.
|
String |
getType()
Each entry can have a type which indicates standard types of that entry.
|
UserLocation |
set(String fieldName,
Object value) |
UserLocation |
setArea(String area)
Textual location.
|
UserLocation |
setBuildingId(String buildingId)
Building Identifier.
|
UserLocation |
setCustomType(String customType)
Custom Type.
|
UserLocation |
setDeskCode(String deskCode)
Most specific textual code of individual desk location.
|
UserLocation |
setFloorName(String floorName)
Floor name/number.
|
UserLocation |
setFloorSection(String floorSection)
Floor section.
|
UserLocation |
setType(String type)
Each entry can have a type which indicates standard types of that entry.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getArea()
null
for nonepublic UserLocation setArea(String area)
area
- area or null
for nonepublic String getBuildingId()
null
for nonepublic UserLocation setBuildingId(String buildingId)
buildingId
- buildingId or null
for nonepublic String getCustomType()
null
for nonepublic UserLocation setCustomType(String customType)
customType
- customType or null
for nonepublic String getDeskCode()
null
for nonepublic UserLocation setDeskCode(String deskCode)
deskCode
- deskCode or null
for nonepublic String getFloorName()
null
for nonepublic UserLocation setFloorName(String floorName)
floorName
- floorName or null
for nonepublic String getFloorSection()
null
for nonepublic UserLocation setFloorSection(String floorSection)
floorSection
- floorSection or null
for nonepublic String getType()
null
for nonepublic UserLocation setType(String type)
type
- type or null
for nonepublic UserLocation set(String fieldName, Object value)
set
in class GenericJson
public UserLocation clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.