Class Room

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class Room extends Place implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Room.
  • Field Details

    • audioDeviceName

      @SerializedName(value="audioDeviceName", alternate="AudioDeviceName") @Expose @Nullable public String audioDeviceName
      The Audio Device Name. Specifies the name of the audio device in the room.
    • bookingType

      @SerializedName(value="bookingType", alternate="BookingType") @Expose @Nullable public BookingType bookingType
      The Booking Type. Type of room. Possible values are standard, and reserved.
    • building

      @SerializedName(value="building", alternate="Building") @Expose @Nullable public String building
      The Building. Specifies the building name or building number that the room is in.
    • capacity

      @SerializedName(value="capacity", alternate="Capacity") @Expose @Nullable public Integer capacity
      The Capacity. Specifies the capacity of the room.
    • displayDeviceName

      @SerializedName(value="displayDeviceName", alternate="DisplayDeviceName") @Expose @Nullable public String displayDeviceName
      The Display Device Name. Specifies the name of the display device in the room.
    • emailAddress

      @SerializedName(value="emailAddress", alternate="EmailAddress") @Expose @Nullable public String emailAddress
      The Email Address. Email address of the room.
    • floorLabel

      @SerializedName(value="floorLabel", alternate="FloorLabel") @Expose @Nullable public String floorLabel
      The Floor Label. Specifies a descriptive label for the floor, for example, P.
    • floorNumber

      @SerializedName(value="floorNumber", alternate="FloorNumber") @Expose @Nullable public Integer floorNumber
      The Floor Number. Specifies the floor number that the room is on.
    • isWheelChairAccessible

      @SerializedName(value="isWheelChairAccessible", alternate="IsWheelChairAccessible") @Expose @Nullable public Boolean isWheelChairAccessible
      The Is Wheel Chair Accessible. Specifies whether the room is wheelchair accessible.
    • label

      @SerializedName(value="label", alternate="Label") @Expose @Nullable public String label
      The Label. Specifies a descriptive label for the room, for example, a number or name.
    • nickname

      @SerializedName(value="nickname", alternate="Nickname") @Expose @Nullable public String nickname
      The Nickname. Specifies a nickname for the room, for example, 'conf room'.
    • tags

      @SerializedName(value="tags", alternate="Tags") @Expose @Nullable public List<String> tags
      The Tags. Specifies additional features of the room, for example, details like the type of view or furniture type.
    • videoDeviceName

      @SerializedName(value="videoDeviceName", alternate="VideoDeviceName") @Expose @Nullable public String videoDeviceName
      The Video Device Name. Specifies the name of the video device in the room.
  • Constructor Details

    • Room

      public Room()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Place
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to