Class MicrosoftGraphGeoCoordinates
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGeoCoordinates
geoCoordinates.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphGeoCoordinates class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: geoCoordinates.altitude()Get the altitude property: Optional.latitude()Get the latitude property: Optional.Get the longitude property: Optional.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: geoCoordinates.withAltitude(Double altitude) Set the altitude property: Optional.withLatitude(Double latitude) Set the latitude property: Optional.withLongitude(Double longitude) Set the longitude property: Optional.
-
Constructor Details
-
MicrosoftGraphGeoCoordinates
public MicrosoftGraphGeoCoordinates()Creates an instance of MicrosoftGraphGeoCoordinates class.
-
-
Method Details
-
altitude
Get the altitude property: Optional. The altitude (height), in feet, above sea level for the item. Read-only.- Returns:
- the altitude value.
-
withAltitude
Set the altitude property: Optional. The altitude (height), in feet, above sea level for the item. Read-only.- Parameters:
altitude- the altitude value to set.- Returns:
- the MicrosoftGraphGeoCoordinates object itself.
-
latitude
Get the latitude property: Optional. The latitude, in decimal, for the item. Read-only.- Returns:
- the latitude value.
-
withLatitude
Set the latitude property: Optional. The latitude, in decimal, for the item. Read-only.- Parameters:
latitude- the latitude value to set.- Returns:
- the MicrosoftGraphGeoCoordinates object itself.
-
longitude
Get the longitude property: Optional. The longitude, in decimal, for the item. Read-only.- Returns:
- the longitude value.
-
withLongitude
Set the longitude property: Optional. The longitude, in decimal, for the item. Read-only.- Parameters:
longitude- the longitude value to set.- Returns:
- the MicrosoftGraphGeoCoordinates object itself.
-
additionalProperties
Get the additionalProperties property: geoCoordinates.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphGeoCoordinates withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: geoCoordinates.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphGeoCoordinates object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-