Class MicrosoftGraphLocation
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLocation
location.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphLocation class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: location.address()Get the address property: physicalAddress.Get the coordinates property: outlookGeoCoordinates.Get the displayName property: The name associated with the location.Get the locationEmailAddress property: Optional email address of the location.Get the locationType property: locationType.Get the locationUri property: Optional URI representing the location.uniqueId()Get the uniqueId property: For internal use only.Get the uniqueIdType property: locationUniqueIdType.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: location.withAddress(MicrosoftGraphPhysicalAddress address) Set the address property: physicalAddress.withCoordinates(MicrosoftGraphOutlookGeoCoordinates coordinates) Set the coordinates property: outlookGeoCoordinates.withDisplayName(String displayName) Set the displayName property: The name associated with the location.withLocationEmailAddress(String locationEmailAddress) Set the locationEmailAddress property: Optional email address of the location.withLocationType(MicrosoftGraphLocationType locationType) Set the locationType property: locationType.withLocationUri(String locationUri) Set the locationUri property: Optional URI representing the location.withUniqueId(String uniqueId) Set the uniqueId property: For internal use only.withUniqueIdType(MicrosoftGraphLocationUniqueIdType uniqueIdType) Set the uniqueIdType property: locationUniqueIdType.
-
Constructor Details
-
MicrosoftGraphLocation
public MicrosoftGraphLocation()Creates an instance of MicrosoftGraphLocation class.
-
-
Method Details
-
address
Get the address property: physicalAddress.- Returns:
- the address value.
-
withAddress
Set the address property: physicalAddress.- Parameters:
address- the address value to set.- Returns:
- the MicrosoftGraphLocation object itself.
-
coordinates
Get the coordinates property: outlookGeoCoordinates.- Returns:
- the coordinates value.
-
withCoordinates
Set the coordinates property: outlookGeoCoordinates.- Parameters:
coordinates- the coordinates value to set.- Returns:
- the MicrosoftGraphLocation object itself.
-
displayName
Get the displayName property: The name associated with the location.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: The name associated with the location.- Parameters:
displayName- the displayName value to set.- Returns:
- the MicrosoftGraphLocation object itself.
-
locationEmailAddress
Get the locationEmailAddress property: Optional email address of the location.- Returns:
- the locationEmailAddress value.
-
withLocationEmailAddress
Set the locationEmailAddress property: Optional email address of the location.- Parameters:
locationEmailAddress- the locationEmailAddress value to set.- Returns:
- the MicrosoftGraphLocation object itself.
-
locationType
Get the locationType property: locationType.- Returns:
- the locationType value.
-
withLocationType
Set the locationType property: locationType.- Parameters:
locationType- the locationType value to set.- Returns:
- the MicrosoftGraphLocation object itself.
-
locationUri
Get the locationUri property: Optional URI representing the location.- Returns:
- the locationUri value.
-
withLocationUri
Set the locationUri property: Optional URI representing the location.- Parameters:
locationUri- the locationUri value to set.- Returns:
- the MicrosoftGraphLocation object itself.
-
uniqueId
Get the uniqueId property: For internal use only.- Returns:
- the uniqueId value.
-
withUniqueId
Set the uniqueId property: For internal use only.- Parameters:
uniqueId- the uniqueId value to set.- Returns:
- the MicrosoftGraphLocation object itself.
-
uniqueIdType
Get the uniqueIdType property: locationUniqueIdType.- Returns:
- the uniqueIdType value.
-
withUniqueIdType
Set the uniqueIdType property: locationUniqueIdType.- Parameters:
uniqueIdType- the uniqueIdType value to set.- Returns:
- the MicrosoftGraphLocation object itself.
-
additionalProperties
Get the additionalProperties property: location.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: location.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphLocation object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-