Uses of Class
com.microsoft.graph.models.FileSystemInfo
Packages that use FileSystemInfo
-
Uses of FileSystemInfo in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return FileSystemInfoModifier and TypeMethodDescriptionstatic FileSystemInfoFileSystemInfo.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueDriveItem.getFileSystemInfo()Gets the fileSystemInfo property value.DriveItemUploadableProperties.getFileSystemInfo()Gets the fileSystemInfo property value.RemoteItem.getFileSystemInfo()Gets the fileSystemInfo property value.Methods in com.microsoft.graph.models with parameters of type FileSystemInfoModifier and TypeMethodDescriptionvoidDriveItem.setFileSystemInfo(FileSystemInfo value) Sets the fileSystemInfo property value.voidDriveItemUploadableProperties.setFileSystemInfo(FileSystemInfo value) Sets the fileSystemInfo property value.voidRemoteItem.setFileSystemInfo(FileSystemInfo value) Sets the fileSystemInfo property value.