Class SharePointIds.SharePointIdsBuilder
java.lang.Object
com.amilesend.onedrive.resource.item.type.SharePointIds.SharePointIdsBuilder
- Enclosing class:
SharePointIds
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Item list identifier.listItemId(String listItemId) Item identifier for an element contained within the list (as an integer).listItemUniqueId(String listItemUniqueId) The unique identifier for an element contained within the list.The site collection identifier.The SharePointURL for the site that contains the item.The tenant identiifer.toString()The item's site identifier for SharePoint web.
-
Method Details
-
listId
Item list identifier.- Returns:
this.
-
listItemId
Item identifier for an element contained within the list (as an integer).- Returns:
this.
-
listItemUniqueId
The unique identifier for an element contained within the list.- Returns:
this.
-
siteId
The site collection identifier.- Returns:
this.
-
siteUrl
The SharePointURL for the site that contains the item.- Returns:
this.
-
tenantId
The tenant identiifer.- Returns:
this.
-
webId
The item's site identifier for SharePoint web.- Returns:
this.
-
build
-
toString
-