Class MicrosoftGraphSiteCollection


  • public final class MicrosoftGraphSiteCollection
    extends Object
    siteCollection.
    • Constructor Detail

      • MicrosoftGraphSiteCollection

        public MicrosoftGraphSiteCollection()
    • Method Detail

      • dataLocationCode

        public String dataLocationCode()
        Get the dataLocationCode property: The geographic region code for where this site collection resides. Read-only.
        Returns:
        the dataLocationCode value.
      • withDataLocationCode

        public MicrosoftGraphSiteCollection withDataLocationCode​(String dataLocationCode)
        Set the dataLocationCode property: The geographic region code for where this site collection resides. Read-only.
        Parameters:
        dataLocationCode - the dataLocationCode value to set.
        Returns:
        the MicrosoftGraphSiteCollection object itself.
      • hostname

        public String hostname()
        Get the hostname property: The hostname for the site collection. Read-only.
        Returns:
        the hostname value.
      • withHostname

        public MicrosoftGraphSiteCollection withHostname​(String hostname)
        Set the hostname property: The hostname for the site collection. Read-only.
        Parameters:
        hostname - the hostname value to set.
        Returns:
        the MicrosoftGraphSiteCollection object itself.
      • root

        public Map<String,​Object> root()
        Get the root property: root.
        Returns:
        the root value.
      • withRoot

        public MicrosoftGraphSiteCollection withRoot​(Map<String,​Object> root)
        Set the root property: root.
        Parameters:
        root - the root value to set.
        Returns:
        the MicrosoftGraphSiteCollection object itself.
      • additionalProperties

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

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

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