Uses of Class
odata.msgraph.client.beta.complex.SharepointIds
-
Packages that use SharepointIds Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of SharepointIds in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as SharepointIds Modifier and Type Field Description protected SharepointIdsItemReference. sharepointIdsprotected SharepointIdsRemoteItem. sharepointIdsMethods in odata.msgraph.client.beta.complex that return SharepointIds Modifier and Type Method Description SharepointIdsSharepointIds.Builder. build()SharepointIdsSharepointIds. withListId(String listId)SharepointIdsSharepointIds. withListItemId(String listItemId)SharepointIdsSharepointIds. withListItemUniqueId(String listItemUniqueId)SharepointIdsSharepointIds. withSiteId(String siteId)SharepointIdsSharepointIds. withSiteUrl(String siteUrl)SharepointIdsSharepointIds. withTenantId(String tenantId)SharepointIdsSharepointIds. withUnmappedField(String name, String value)SharepointIdsSharepointIds. withWebId(String webId)Methods in odata.msgraph.client.beta.complex that return types with arguments of type SharepointIds Modifier and Type Method Description Optional<SharepointIds>ItemReference. getSharepointIds()Optional<SharepointIds>RemoteItem. getSharepointIds()Methods in odata.msgraph.client.beta.complex with parameters of type SharepointIds Modifier and Type Method Description ItemReference.BuilderItemReference.Builder. sharepointIds(SharepointIds sharepointIds)RemoteItem.BuilderRemoteItem.Builder. sharepointIds(SharepointIds sharepointIds)ItemReferenceItemReference. withSharepointIds(SharepointIds sharepointIds)RemoteItemRemoteItem. withSharepointIds(SharepointIds sharepointIds) -
Uses of SharepointIds in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SharepointIds Modifier and Type Field Description protected SharepointIdsDriveItem. sharepointIdsprotected SharepointIdsList. sharepointIdsprotected SharepointIdsListItem. sharepointIdsprotected SharepointIdsSite. sharepointIdsprotected SharepointIdsDrive. sharePointIdsMethods in odata.msgraph.client.beta.entity that return types with arguments of type SharepointIds Modifier and Type Method Description Optional<SharepointIds>DriveItem. getSharepointIds()Optional<SharepointIds>List. getSharepointIds()Optional<SharepointIds>ListItem. getSharepointIds()Optional<SharepointIds>Site. getSharepointIds()Optional<SharepointIds>Drive. getSharePointIds()Methods in odata.msgraph.client.beta.entity with parameters of type SharepointIds Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. sharepointIds(SharepointIds sharepointIds)List.BuilderList.Builder. sharepointIds(SharepointIds sharepointIds)ListItem.BuilderListItem.Builder. sharepointIds(SharepointIds sharepointIds)Site.BuilderSite.Builder. sharepointIds(SharepointIds sharepointIds)Drive.BuilderDrive.Builder. sharePointIds(SharepointIds sharePointIds)DriveItemDriveItem. withSharepointIds(SharepointIds sharepointIds)ListList. withSharepointIds(SharepointIds sharepointIds)ListItemListItem. withSharepointIds(SharepointIds sharepointIds)SiteSite. withSharepointIds(SharepointIds sharepointIds)DriveDrive. withSharePointIds(SharepointIds sharePointIds)
-