| Modifier and Type | Field and Description |
|---|---|
PhysicalAddress |
address
The Address.
|
java.lang.String |
displayName
The Display Name.
|
OutlookGeoCoordinates |
geoCoordinates
The Geo Coordinates.
|
java.lang.String |
phone
The Phone.
|
| Constructor and Description |
|---|
Place() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="address",
alternate="Address")
@Expose
@Nullable
public PhysicalAddress address
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="geoCoordinates",
alternate="GeoCoordinates")
@Expose
@Nullable
public OutlookGeoCoordinates geoCoordinates
@SerializedName(value="phone",
alternate="Phone")
@Expose
@Nullable
public java.lang.String phone
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to