Package com.microsoft.graph.models
Class SignInLocation
java.lang.Object
com.microsoft.graph.models.SignInLocation
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SignInLocation
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Sign In Location.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe City.The Country Or Region.The Geo Coordinates.the OData type of the object as returned by the serviceThe State. -
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 -
city
The City. Provides the city where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. -
countryOrRegion
@SerializedName(value="countryOrRegion", alternate="CountryOrRegion") @Expose @Nullable public String countryOrRegionThe Country Or Region. Provides the country code info (2 letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity. -
geoCoordinates
@SerializedName(value="geoCoordinates", alternate="GeoCoordinates") @Expose @Nullable public GeoCoordinates geoCoordinatesThe Geo Coordinates. Provides the latitude, longitude and altitude where the sign-in originated. -
state
The State. Provides the State where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity.
-
-
Constructor Details
-
SignInLocation
public SignInLocation()
-
-
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
-