Class MicrosoftGraphExternalLink


  • public final class MicrosoftGraphExternalLink
    extends Object
    externalLink.
    • Constructor Detail

      • MicrosoftGraphExternalLink

        public MicrosoftGraphExternalLink()
    • Method Detail

      • href

        public String href()
        Get the href property: The url of the link.
        Returns:
        the href value.
      • withHref

        public MicrosoftGraphExternalLink withHref​(String href)
        Set the href property: The url of the link.
        Parameters:
        href - the href value to set.
        Returns:
        the MicrosoftGraphExternalLink object itself.
      • additionalProperties

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

        public MicrosoftGraphExternalLink withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: externalLink.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphExternalLink object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.