Class MicrosoftGraphLocation


  • public final class MicrosoftGraphLocation
    extends Object
    location.
    • Constructor Detail

      • MicrosoftGraphLocation

        public MicrosoftGraphLocation()
    • Method Detail

      • 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: The locationType property.
        Returns:
        the locationType value.
      • withLocationType

        public MicrosoftGraphLocation withLocationType​(MicrosoftGraphLocationType locationType)
        Set the locationType property: The locationType property.
        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.
      • withUniqueIdType

        public MicrosoftGraphLocation withUniqueIdType​(MicrosoftGraphLocationUniqueIdType uniqueIdType)
        Set the uniqueIdType property: The uniqueIdType property.
        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.