MicrosoftGraphOutlookGeoCoordinates Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOutlookGeoCoordinates
- com.
Implements
public final class MicrosoftGraphOutlookGeoCoordinates
implements JsonSerializable<MicrosoftGraphOutlookGeoCoordinates>
outlookGeoCoordinates.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOutlookGeoCoordinates() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Double |
accuracy()
Get the accuracy property: The accuracy of the latitude and longitude. |
Map<String,Object> |
additionalProperties()
Get the additional |
Double |
altitude()
Get the altitude property: The altitude of the location. |
Double |
altitudeAccuracy()
Get the altitude |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Double |
latitude()
Get the latitude property: The latitude of the location. |
Double |
longitude()
Get the longitude property: The longitude of the location. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAccuracy(Double accuracy)
Set the accuracy property: The accuracy of the latitude and longitude. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAltitude(Double altitude)
Set the altitude property: The altitude of the location. |
Microsoft |
withAltitudeAccuracy(Double altitudeAccuracy)
Set the altitude |
Microsoft |
withLatitude(Double latitude)
Set the latitude property: The latitude of the location. |
Microsoft |
withLongitude(Double longitude)
Set the longitude property: The longitude of the location. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOutlookGeoCoordinates
public MicrosoftGraphOutlookGeoCoordinates()
Creates an instance of MicrosoftGraphOutlookGeoCoordinates class.
Method Details
accuracy
public Double accuracy()
Get the accuracy property: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.
Returns:
additionalProperties
public Map
Get the additionalProperties property: outlookGeoCoordinates.
Returns:
altitude
public Double altitude()
Get the altitude property: The altitude of the location.
Returns:
altitudeAccuracy
public Double altitudeAccuracy()
Get the altitudeAccuracy property: The accuracy of the altitude.
Returns:
fromJson
public static MicrosoftGraphOutlookGeoCoordinates fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOutlookGeoCoordinates from the JsonReader.
Parameters:
Returns:
Throws:
latitude
public Double latitude()
Get the latitude property: The latitude of the location.
Returns:
longitude
public Double longitude()
Get the longitude property: The longitude of the location.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAccuracy
public MicrosoftGraphOutlookGeoCoordinates withAccuracy(Double accuracy)
Set the accuracy property: The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.
Parameters:
Returns:
withAdditionalProperties
public MicrosoftGraphOutlookGeoCoordinates withAdditionalProperties(Map
Set the additionalProperties property: outlookGeoCoordinates.
Parameters:
Returns:
withAltitude
public MicrosoftGraphOutlookGeoCoordinates withAltitude(Double altitude)
Set the altitude property: The altitude of the location.
Parameters:
Returns:
withAltitudeAccuracy
public MicrosoftGraphOutlookGeoCoordinates withAltitudeAccuracy(Double altitudeAccuracy)
Set the altitudeAccuracy property: The accuracy of the altitude.
Parameters:
Returns:
withLatitude
public MicrosoftGraphOutlookGeoCoordinates withLatitude(Double latitude)
Set the latitude property: The latitude of the location.
Parameters:
Returns:
withLongitude
public MicrosoftGraphOutlookGeoCoordinates withLongitude(Double longitude)
Set the longitude property: The longitude of the location.
Parameters:
Returns:
Applies to
Azure SDK for Java