Class Place

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.Place
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
Room, RoomList

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

    • address

      @SerializedName(value="address", alternate="Address") @Expose @Nullable public PhysicalAddress address
      The Address. The street address of the place.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name associated with the place.
    • geoCoordinates

      @SerializedName(value="geoCoordinates", alternate="GeoCoordinates") @Expose @Nullable public OutlookGeoCoordinates geoCoordinates
      The Geo Coordinates. Specifies the place location in latitude, longitude and (optionally) altitude coordinates.
    • phone

      @SerializedName(value="phone", alternate="Phone") @Expose @Nullable public String phone
      The Phone. The phone number of the place.
  • Constructor Details

    • Place

      public Place()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to