Class SharePointIds
java.lang.Object
com.amilesend.onedrive.resource.item.type.SharePointIds
SharePoint resource identifiers for SharePoint and Business account items. This is not used for personal accounts.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanItem list identifier.Item identifier for an element contained within the list (as an integer).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.getWebId()The item's site identifier for SharePoint web.inthashCode()toString()
-
Method Details
-
builder
-
getListId
Item list identifier. -
getListItemId
Item identifier for an element contained within the list (as an integer). -
getListItemUniqueId
The unique identifier for an element contained within the list. -
getSiteId
The site collection identifier. -
getSiteUrl
The SharePointURL for the site that contains the item. -
getTenantId
The tenant identiifer. -
getWebId
The item's site identifier for SharePoint web. -
equals
-
hashCode
public int hashCode() -
toString
-