Class MicrosoftGraphSharepointIds
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSharepointIds
sharepointIds.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphSharepointIds class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: sharepointIds.listId()Get the listId property: The unique identifier (guid) for the item's list in SharePoint.Get the listItemId property: An integer identifier for the item within the containing list.Get the listItemUniqueId property: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.siteId()Get the siteId property: The unique identifier (guid) for the item's site collection (SPSite).siteUrl()Get the siteUrl property: The SharePoint URL for the site that contains the item.tenantId()Get the tenantId property: The unique identifier (guid) for the tenancy.voidvalidate()Validates the instance.webId()Get the webId property: The unique identifier (guid) for the item's site (SPWeb).withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: sharepointIds.withListId(String listId) Set the listId property: The unique identifier (guid) for the item's list in SharePoint.withListItemId(String listItemId) Set the listItemId property: An integer identifier for the item within the containing list.withListItemUniqueId(String listItemUniqueId) Set the listItemUniqueId property: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.withSiteId(String siteId) Set the siteId property: The unique identifier (guid) for the item's site collection (SPSite).withSiteUrl(String siteUrl) Set the siteUrl property: The SharePoint URL for the site that contains the item.withTenantId(String tenantId) Set the tenantId property: The unique identifier (guid) for the tenancy.Set the webId property: The unique identifier (guid) for the item's site (SPWeb).
-
Constructor Details
-
MicrosoftGraphSharepointIds
public MicrosoftGraphSharepointIds()Creates an instance of MicrosoftGraphSharepointIds class.
-
-
Method Details
-
listId
Get the listId property: The unique identifier (guid) for the item's list in SharePoint.- Returns:
- the listId value.
-
withListId
Set the listId property: The unique identifier (guid) for the item's list in SharePoint.- Parameters:
listId- the listId value to set.- Returns:
- the MicrosoftGraphSharepointIds object itself.
-
listItemId
Get the listItemId property: An integer identifier for the item within the containing list.- Returns:
- the listItemId value.
-
withListItemId
Set the listItemId property: An integer identifier for the item within the containing list.- Parameters:
listItemId- the listItemId value to set.- Returns:
- the MicrosoftGraphSharepointIds object itself.
-
listItemUniqueId
Get the listItemUniqueId property: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.- Returns:
- the listItemUniqueId value.
-
withListItemUniqueId
Set the listItemUniqueId property: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site.- Parameters:
listItemUniqueId- the listItemUniqueId value to set.- Returns:
- the MicrosoftGraphSharepointIds object itself.
-
siteId
Get the siteId property: The unique identifier (guid) for the item's site collection (SPSite).- Returns:
- the siteId value.
-
withSiteId
Set the siteId property: The unique identifier (guid) for the item's site collection (SPSite).- Parameters:
siteId- the siteId value to set.- Returns:
- the MicrosoftGraphSharepointIds object itself.
-
siteUrl
Get the siteUrl property: The SharePoint URL for the site that contains the item.- Returns:
- the siteUrl value.
-
withSiteUrl
Set the siteUrl property: The SharePoint URL for the site that contains the item.- Parameters:
siteUrl- the siteUrl value to set.- Returns:
- the MicrosoftGraphSharepointIds object itself.
-
tenantId
Get the tenantId property: The unique identifier (guid) for the tenancy.- Returns:
- the tenantId value.
-
withTenantId
Set the tenantId property: The unique identifier (guid) for the tenancy.- Parameters:
tenantId- the tenantId value to set.- Returns:
- the MicrosoftGraphSharepointIds object itself.
-
webId
Get the webId property: The unique identifier (guid) for the item's site (SPWeb).- Returns:
- the webId value.
-
withWebId
Set the webId property: The unique identifier (guid) for the item's site (SPWeb).- Parameters:
webId- the webId value to set.- Returns:
- the MicrosoftGraphSharepointIds object itself.
-
additionalProperties
Get the additionalProperties property: sharepointIds.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphSharepointIds withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: sharepointIds.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphSharepointIds object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-