Package com.microsoft.graph.models
Class Location
java.lang.Object
com.microsoft.graph.models.Location
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
LocationConstraintItem
The class for the Location.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Address.The Coordinates.The Display Name.The Location Email Address.The Location Type.The Location Uri.the OData type of the object as returned by the serviceThe Unique Id.The Unique Id Type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
address
@SerializedName(value="address", alternate="Address") @Expose @Nullable public PhysicalAddress addressThe Address. The street address of the location. -
coordinates
@SerializedName(value="coordinates", alternate="Coordinates") @Expose @Nullable public OutlookGeoCoordinates coordinatesThe Coordinates. The geographic coordinates and elevation of the location. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The name associated with the location. -
locationEmailAddress
@SerializedName(value="locationEmailAddress", alternate="LocationEmailAddress") @Expose @Nullable public String locationEmailAddressThe Location Email Address. Optional email address of the location. -
locationType
@SerializedName(value="locationType", alternate="LocationType") @Expose @Nullable public LocationType locationTypeThe 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 locationUriThe Location Uri. Optional URI representing the location. -
uniqueId
The Unique Id. For internal use only. -
uniqueIdType
@SerializedName(value="uniqueIdType", alternate="UniqueIdType") @Expose @Nullable public LocationUniqueIdType uniqueIdTypeThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-