Class SiteCollection

java.lang.Object
com.microsoft.graph.models.SiteCollection
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SiteCollection extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Site Collection.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • dataLocationCode

      @SerializedName(value="dataLocationCode", alternate="DataLocationCode") @Expose @Nullable public String dataLocationCode
      The Data Location Code. The geographic region code for where this site collection resides. Read-only.
    • hostname

      @SerializedName(value="hostname", alternate="Hostname") @Expose @Nullable public String hostname
      The Hostname. The hostname for the site collection. Read-only.
    • root

      @SerializedName(value="root", alternate="Root") @Expose @Nullable public Root root
      The Root. If present, indicates that this is a root site collection in SharePoint. Read-only.
  • Constructor Details

    • SiteCollection

      public SiteCollection()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to