Class MicrosoftGraphWebsite


  • public final class MicrosoftGraphWebsite
    extends Object
    website.
    • Constructor Detail

      • MicrosoftGraphWebsite

        public MicrosoftGraphWebsite()
    • Method Detail

      • address

        public String address()
        Get the address property: The URL of the website.
        Returns:
        the address value.
      • withAddress

        public MicrosoftGraphWebsite withAddress​(String address)
        Set the address property: The URL of the website.
        Parameters:
        address - the address value to set.
        Returns:
        the MicrosoftGraphWebsite object itself.
      • displayName

        public String displayName()
        Get the displayName property: The display name of the web site.
        Returns:
        the displayName value.
      • withDisplayName

        public MicrosoftGraphWebsite withDisplayName​(String displayName)
        Set the displayName property: The display name of the web site.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the MicrosoftGraphWebsite object itself.
      • additionalProperties

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

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

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