Class Location

java.lang.Object
com.microsoft.graph.models.Location
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
LocationConstraintItem

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

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • address

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

      @SerializedName(value="coordinates", alternate="Coordinates") @Expose @Nullable public OutlookGeoCoordinates coordinates
      The Coordinates. The geographic coordinates and elevation of the location.
    • displayName

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

      @SerializedName(value="locationEmailAddress", alternate="LocationEmailAddress") @Expose @Nullable public String locationEmailAddress
      The Location Email Address. Optional email address of the location.
    • locationType

      @SerializedName(value="locationType", alternate="LocationType") @Expose @Nullable public LocationType locationType
      The Location Type. The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only.
    • locationUri

      @SerializedName(value="locationUri", alternate="LocationUri") @Expose @Nullable public String locationUri
      The Location Uri. Optional URI representing the location.
    • uniqueId

      @SerializedName(value="uniqueId", alternate="UniqueId") @Expose @Nullable public String uniqueId
      The Unique Id. For internal use only.
    • uniqueIdType

      @SerializedName(value="uniqueIdType", alternate="UniqueIdType") @Expose @Nullable public LocationUniqueIdType uniqueIdType
      The Unique Id Type. For internal use only.
  • Constructor Details

    • Location

      public Location()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to