Class RoomList

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

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

    • emailAddress

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

      @SerializedName(value="rooms", alternate="Rooms") @Expose @Nullable public RoomCollectionPage rooms
      The Rooms.
  • Constructor Details

    • RoomList

      public RoomList()
  • 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