Class MicrosoftGraphLocation

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLocation

public final class MicrosoftGraphLocation extends Object
location.
  • 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

      public MicrosoftGraphLocation withCoordinates(MicrosoftGraphOutlookGeoCoordinates coordinates)
      Set the coordinates property: outlookGeoCoordinates.
      Parameters:
      coordinates - the coordinates value to set.
      Returns:
      the MicrosoftGraphLocation object itself.
    • displayName

      public String displayName()
      Get the displayName property: The name associated with the location.
      Returns:
      the displayName value.
    • withDisplayName

      public MicrosoftGraphLocation withDisplayName(String displayName)
      Set the displayName property: The name associated with the location.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the MicrosoftGraphLocation object itself.
    • locationEmailAddress

      public String locationEmailAddress()
      Get the locationEmailAddress property: Optional email address of the location.
      Returns:
      the locationEmailAddress value.
    • withLocationEmailAddress

      public MicrosoftGraphLocation withLocationEmailAddress(String locationEmailAddress)
      Set the locationEmailAddress property: Optional email address of the location.
      Parameters:
      locationEmailAddress - the locationEmailAddress value to set.
      Returns:
      the MicrosoftGraphLocation object itself.
    • locationType

      public MicrosoftGraphLocationType locationType()
      Get the locationType property: locationType.
      Returns:
      the locationType value.
    • withLocationType

      public MicrosoftGraphLocation withLocationType(MicrosoftGraphLocationType locationType)
      Set the locationType property: locationType.
      Parameters:
      locationType - the locationType value to set.
      Returns:
      the MicrosoftGraphLocation object itself.
    • locationUri

      public String locationUri()
      Get the locationUri property: Optional URI representing the location.
      Returns:
      the locationUri value.
    • withLocationUri

      public MicrosoftGraphLocation withLocationUri(String locationUri)
      Set the locationUri property: Optional URI representing the location.
      Parameters:
      locationUri - the locationUri value to set.
      Returns:
      the MicrosoftGraphLocation object itself.
    • uniqueId

      public String uniqueId()
      Get the uniqueId property: For internal use only.
      Returns:
      the uniqueId value.
    • withUniqueId

      public MicrosoftGraphLocation withUniqueId(String uniqueId)
      Set the uniqueId property: For internal use only.
      Parameters:
      uniqueId - the uniqueId value to set.
      Returns:
      the MicrosoftGraphLocation object itself.
    • uniqueIdType

      public MicrosoftGraphLocationUniqueIdType uniqueIdType()
      Get the uniqueIdType property: locationUniqueIdType.
      Returns:
      the uniqueIdType value.
    • withUniqueIdType

      public MicrosoftGraphLocation withUniqueIdType(MicrosoftGraphLocationUniqueIdType uniqueIdType)
      Set the uniqueIdType property: locationUniqueIdType.
      Parameters:
      uniqueIdType - the uniqueIdType value to set.
      Returns:
      the MicrosoftGraphLocation object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: location.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphLocation withAdditionalProperties(Map<String,Object> additionalProperties)
      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.