Class SharepointIds

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

public class SharepointIds extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Sharepoint Ids.
  • Field Details

    • oDataType

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

      @SerializedName(value="listId", alternate="ListId") @Expose @Nullable public String listId
      The List Id. The unique identifier (guid) for the item's list in SharePoint.
    • listItemId

      @SerializedName(value="listItemId", alternate="ListItemId") @Expose @Nullable public String listItemId
      The List Item Id. An integer identifier for the item within the containing list.
    • listItemUniqueId

      @SerializedName(value="listItemUniqueId", alternate="ListItemUniqueId") @Expose @Nullable public String listItemUniqueId
      The List Item Unique Id. The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.
    • siteId

      @SerializedName(value="siteId", alternate="SiteId") @Expose @Nullable public String siteId
      The Site Id. The unique identifier (guid) for the item's site collection (SPSite).
    • siteUrl

      @SerializedName(value="siteUrl", alternate="SiteUrl") @Expose @Nullable public String siteUrl
      The Site Url. The SharePoint URL for the site that contains the item.
    • tenantId

      @SerializedName(value="tenantId", alternate="TenantId") @Expose @Nullable public String tenantId
      The Tenant Id. The unique identifier (guid) for the tenancy.
    • webId

      @SerializedName(value="webId", alternate="WebId") @Expose @Nullable public String webId
      The Web Id. The unique identifier (guid) for the item's site (SPWeb).
  • Constructor Details

    • SharepointIds

      public SharepointIds()
  • 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