Class MicrosoftGraphOutlookGeoCoordinates
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOutlookGeoCoordinates
-
public final class MicrosoftGraphOutlookGeoCoordinates extends Object
outlookGeoCoordinates.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphOutlookGeoCoordinates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Doubleaccuracy()Get the accuracy property: The accuracy of the latitude and longitude.Map<String,Object>additionalProperties()Get the additionalProperties property: outlookGeoCoordinates.Doublealtitude()Get the altitude property: The altitude of the location.DoublealtitudeAccuracy()Get the altitudeAccuracy property: The accuracy of the altitude.Doublelatitude()Get the latitude property: The latitude of the location.Doublelongitude()Get the longitude property: The longitude of the location.voidvalidate()Validates the instance.MicrosoftGraphOutlookGeoCoordinateswithAccuracy(Double accuracy)Set the accuracy property: The accuracy of the latitude and longitude.MicrosoftGraphOutlookGeoCoordinateswithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: outlookGeoCoordinates.MicrosoftGraphOutlookGeoCoordinateswithAltitude(Double altitude)Set the altitude property: The altitude of the location.MicrosoftGraphOutlookGeoCoordinateswithAltitudeAccuracy(Double altitudeAccuracy)Set the altitudeAccuracy property: The accuracy of the altitude.MicrosoftGraphOutlookGeoCoordinateswithLatitude(Double latitude)Set the latitude property: The latitude of the location.MicrosoftGraphOutlookGeoCoordinateswithLongitude(Double longitude)Set the longitude property: The longitude of the location.
-
-
-
Method Detail
-
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:
- the accuracy value.
-
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:
accuracy- the accuracy value to set.- Returns:
- the MicrosoftGraphOutlookGeoCoordinates object itself.
-
altitude
public Double altitude()
Get the altitude property: The altitude of the location.- Returns:
- the altitude value.
-
withAltitude
public MicrosoftGraphOutlookGeoCoordinates withAltitude(Double altitude)
Set the altitude property: The altitude of the location.- Parameters:
altitude- the altitude value to set.- Returns:
- the MicrosoftGraphOutlookGeoCoordinates object itself.
-
altitudeAccuracy
public Double altitudeAccuracy()
Get the altitudeAccuracy property: The accuracy of the altitude.- Returns:
- the altitudeAccuracy value.
-
withAltitudeAccuracy
public MicrosoftGraphOutlookGeoCoordinates withAltitudeAccuracy(Double altitudeAccuracy)
Set the altitudeAccuracy property: The accuracy of the altitude.- Parameters:
altitudeAccuracy- the altitudeAccuracy value to set.- Returns:
- the MicrosoftGraphOutlookGeoCoordinates object itself.
-
latitude
public Double latitude()
Get the latitude property: The latitude of the location.- Returns:
- the latitude value.
-
withLatitude
public MicrosoftGraphOutlookGeoCoordinates withLatitude(Double latitude)
Set the latitude property: The latitude of the location.- Parameters:
latitude- the latitude value to set.- Returns:
- the MicrosoftGraphOutlookGeoCoordinates object itself.
-
longitude
public Double longitude()
Get the longitude property: The longitude of the location.- Returns:
- the longitude value.
-
withLongitude
public MicrosoftGraphOutlookGeoCoordinates withLongitude(Double longitude)
Set the longitude property: The longitude of the location.- Parameters:
longitude- the longitude value to set.- Returns:
- the MicrosoftGraphOutlookGeoCoordinates object itself.
-
additionalProperties
public Map<String,Object> 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.
-
-