public class Room extends Place implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
audioDeviceName
The Audio Device Name.
|
BookingType |
bookingType
The Booking Type.
|
java.lang.String |
building
The Building.
|
java.lang.Integer |
capacity
The Capacity.
|
java.lang.String |
displayDeviceName
The Display Device Name.
|
java.lang.String |
emailAddress
The Email Address.
|
java.lang.String |
floorLabel
The Floor Label.
|
java.lang.Integer |
floorNumber
The Floor Number.
|
java.lang.Boolean |
isWheelChairAccessible
The Is Wheel Chair Accessible.
|
java.lang.String |
label
The Label.
|
java.lang.String |
nickname
The Nickname.
|
java.util.List<java.lang.String> |
tags
The Tags.
|
java.lang.String |
videoDeviceName
The Video Device Name.
|
address, displayName, geoCoordinates, phone| Constructor and Description |
|---|
Room() |
| 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="audioDeviceName",
alternate="AudioDeviceName")
@Expose
@Nullable
public java.lang.String audioDeviceName
@SerializedName(value="bookingType",
alternate="BookingType")
@Expose
@Nullable
public BookingType bookingType
@SerializedName(value="building",
alternate="Building")
@Expose
@Nullable
public java.lang.String building
@SerializedName(value="capacity",
alternate="Capacity")
@Expose
@Nullable
public java.lang.Integer capacity
@SerializedName(value="displayDeviceName",
alternate="DisplayDeviceName")
@Expose
@Nullable
public java.lang.String displayDeviceName
@SerializedName(value="emailAddress",
alternate="EmailAddress")
@Expose
@Nullable
public java.lang.String emailAddress
@SerializedName(value="floorLabel",
alternate="FloorLabel")
@Expose
@Nullable
public java.lang.String floorLabel
@SerializedName(value="floorNumber",
alternate="FloorNumber")
@Expose
@Nullable
public java.lang.Integer floorNumber
@SerializedName(value="isWheelChairAccessible",
alternate="IsWheelChairAccessible")
@Expose
@Nullable
public java.lang.Boolean isWheelChairAccessible
@SerializedName(value="label",
alternate="Label")
@Expose
@Nullable
public java.lang.String label
@SerializedName(value="nickname",
alternate="Nickname")
@Expose
@Nullable
public java.lang.String nickname
@SerializedName(value="tags",
alternate="Tags")
@Expose
@Nullable
public java.util.List<java.lang.String> tags
@SerializedName(value="videoDeviceName",
alternate="VideoDeviceName")
@Expose
@Nullable
public java.lang.String videoDeviceName
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 Placeserializer - the serializerjson - the JSON object to set this object to