Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe List Id.The List Item Id.The List Item Unique Id.the OData type of the object as returned by the serviceThe Site Id.The Site Url.The Tenant Id.The Web Id. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
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 listItemIdThe List Item Id. An integer identifier for the item within the containing list. -
listItemUniqueId
@SerializedName(value="listItemUniqueId", alternate="ListItemUniqueId") @Expose @Nullable public String listItemUniqueIdThe List Item Unique Id. The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site. -
siteId
The Site Id. The unique identifier (guid) for the item's site collection (SPSite). -
siteUrl
The Site Url. The SharePoint URL for the site that contains the item. -
tenantId
The Tenant Id. The unique identifier (guid) for the tenancy. -
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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-