Uses of Class
com.microsoft.graph.models.SharepointIds
Packages that use SharepointIds
-
Uses of SharepointIds in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SharepointIdsModifier and TypeMethodDescriptionstatic SharepointIdsSharepointIds.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueDriveItem.getSharepointIds()Gets the sharepointIds property value.ItemReference.getSharepointIds()Gets the sharepointIds property value.List.getSharepointIds()Gets the sharepointIds property value.ListItem.getSharepointIds()Gets the sharepointIds property value.RemoteItem.getSharepointIds()Gets the sharepointIds property value.Site.getSharepointIds()Gets the sharepointIds property value.Drive.getSharePointIds()Gets the sharePointIds property value.Methods in com.microsoft.graph.models with parameters of type SharepointIdsModifier and TypeMethodDescriptionvoidDriveItem.setSharepointIds(SharepointIds value) Sets the sharepointIds property value.voidItemReference.setSharepointIds(SharepointIds value) Sets the sharepointIds property value.voidList.setSharepointIds(SharepointIds value) Sets the sharepointIds property value.voidListItem.setSharepointIds(SharepointIds value) Sets the sharepointIds property value.voidRemoteItem.setSharepointIds(SharepointIds value) Sets the sharepointIds property value.voidSite.setSharepointIds(SharepointIds value) Sets the sharepointIds property value.voidDrive.setSharePointIds(SharepointIds value) Sets the sharePointIds property value.