Uses of Class
odata.msgraph.client.entity.SharedDriveItem
-
Packages that use SharedDriveItem Package Description odata.msgraph.client.entity -
-
Uses of SharedDriveItem in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return SharedDriveItem Modifier and Type Method Description SharedDriveItemSharedDriveItem.Builder. build()SharedDriveItemSharedDriveItem. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SharedDriveItemSharedDriveItem. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SharedDriveItemSharedDriveItem. withDriveItem(DriveItem driveItem)SharedDriveItemSharedDriveItem. withItems(List<DriveItem> items)SharedDriveItemSharedDriveItem. withList(List list)SharedDriveItemSharedDriveItem. withListItem(ListItem listItem)SharedDriveItemSharedDriveItem. withOwner(IdentitySet owner)SharedDriveItemSharedDriveItem. withPermission(Permission permission)SharedDriveItemSharedDriveItem. withRoot(DriveItem root)SharedDriveItemSharedDriveItem. withSite(Site site)SharedDriveItemSharedDriveItem. withUnmappedField(String name, Object value)
-