Uses of Class
com.microsoft.graph.models.DriveItem
Packages that use DriveItem
-
Uses of DriveItem in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DriveItemModifier and TypeMethodDescriptionstatic DriveItemDriveItem.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueItemActivity.getDriveItem()Gets the driveItem property value.ListItem.getDriveItem()Gets the driveItem property value.SharedDriveItem.getDriveItem()Gets the driveItem property value.Channel.getFilesFolder()Gets the filesFolder property value.Drive.getRoot()Gets the root property value.SharedDriveItem.getRoot()Gets the root property value.Methods in com.microsoft.graph.models that return types with arguments of type DriveItemModifier and TypeMethodDescriptionDrive.getBundles()Gets the bundles property value.DriveItem.getChildren()Gets the children property value.Drive.getFollowing()Gets the following property value.Drive.getItems()Gets the items property value.SharedDriveItem.getItems()Gets the items property value.Drive.getSpecial()Gets the special property value.DriveItemCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type DriveItemModifier and TypeMethodDescriptionvoidItemActivity.setDriveItem(DriveItem value) Sets the driveItem property value.voidListItem.setDriveItem(DriveItem value) Sets the driveItem property value.voidSharedDriveItem.setDriveItem(DriveItem value) Sets the driveItem property value.voidChannel.setFilesFolder(DriveItem value) Sets the filesFolder property value.voidSets the root property value.voidSets the root property value.Method parameters in com.microsoft.graph.models with type arguments of type DriveItemModifier and TypeMethodDescriptionvoidDrive.setBundles(List<DriveItem> value) Sets the bundles property value.voidDriveItem.setChildren(List<DriveItem> value) Sets the children property value.voidDrive.setFollowing(List<DriveItem> value) Sets the following property value.voidSets the items property value.voidSets the items property value.voidDrive.setSpecial(List<DriveItem> value) Sets the special property value.voidSets the value property value.