Class MicrosoftGraphOutlookGeoCoordinates
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOutlookGeoCoordinates
outlookGeoCoordinates.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphOutlookGeoCoordinates class. -
Method Summary
Modifier and TypeMethodDescriptionaccuracy()Get the accuracy property: The accuracy of the latitude and longitude.Get the additionalProperties property: outlookGeoCoordinates.altitude()Get the altitude property: The altitude of the location.Get the altitudeAccuracy property: The accuracy of the altitude.latitude()Get the latitude property: The latitude of the location.Get the longitude property: The longitude of the location.voidvalidate()Validates the instance.withAccuracy(Double accuracy) Set the accuracy property: The accuracy of the latitude and longitude.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: outlookGeoCoordinates.withAltitude(Double altitude) Set the altitude property: The altitude of the location.withAltitudeAccuracy(Double altitudeAccuracy) Set the altitudeAccuracy property: The accuracy of the altitude.withLatitude(Double latitude) Set the latitude property: The latitude of the location.withLongitude(Double longitude) Set the longitude property: The longitude of the location.
-
Constructor Details
-
MicrosoftGraphOutlookGeoCoordinates
public MicrosoftGraphOutlookGeoCoordinates()Creates an instance of MicrosoftGraphOutlookGeoCoordinates class.
-
-
Method Details
-
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:
- the accuracy value.
-
withAccuracy
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:
accuracy- the accuracy value to set.- Returns:
- the MicrosoftGraphOutlookGeoCoordinates object itself.
-
altitude
Get the altitude property: The altitude of the location.- Returns:
- the altitude value.
-
withAltitude
Set the altitude property: The altitude of the location.- Parameters:
altitude- the altitude value to set.- Returns:
- the MicrosoftGraphOutlookGeoCoordinates object itself.
-
altitudeAccuracy
Get the altitudeAccuracy property: The accuracy of the altitude.- Returns:
- the altitudeAccuracy value.
-
withAltitudeAccuracy
Set the altitudeAccuracy property: The accuracy of the altitude.- Parameters:
altitudeAccuracy- the altitudeAccuracy value to set.- Returns:
- the MicrosoftGraphOutlookGeoCoordinates object itself.
-
latitude
Get the latitude property: The latitude of the location.- Returns:
- the latitude value.
-
withLatitude
Set the latitude property: The latitude of the location.- Parameters:
latitude- the latitude value to set.- Returns:
- the MicrosoftGraphOutlookGeoCoordinates object itself.
-
longitude
Get the longitude property: The longitude of the location.- Returns:
- the longitude value.
-
withLongitude
Set the longitude property: The longitude of the location.- Parameters:
longitude- the longitude value to set.- Returns:
- the MicrosoftGraphOutlookGeoCoordinates object itself.
-
additionalProperties
Get the additionalProperties property: outlookGeoCoordinates.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphOutlookGeoCoordinates withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: outlookGeoCoordinates.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOutlookGeoCoordinates object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-