Uses of Class
com.amilesend.onedrive.resource.item.type.FileSystemInfo
Packages that use FileSystemInfo
Package
Description
-
Uses of FileSystemInfo in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return FileSystemInfoModifier and TypeMethodDescriptionDriveItemType.getFileSystemInfo()Gets the local file system information associated with this drive item.Methods in com.amilesend.onedrive.resource with parameters of type FileSystemInfoModifier and TypeMethodDescriptionvoidDriveItemType.setFileSystemInfo(@NonNull FileSystemInfo fileSystemInfo) Sets the local file system information associated with this drive item. -
Uses of FileSystemInfo in com.amilesend.onedrive.resource.item
Methods in com.amilesend.onedrive.resource.item that return FileSystemInfoModifier and TypeMethodDescriptionDriveItem.getFileSystemInfo()Describes drive (client-side) properties of the local version of a drive item.Methods in com.amilesend.onedrive.resource.item with parameters of type FileSystemInfoModifier and TypeMethodDescriptionDriveItem.DriveItemBuilder.fileSystemInfo(FileSystemInfo fileSystemInfo) Describes drive (client-side) properties of the local version of a drive item.voidDriveItem.setFileSystemInfo(FileSystemInfo fileSystemInfo) Describes drive (client-side) properties of the local version of a drive item. -
Uses of FileSystemInfo in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return FileSystemInfoModifier and TypeMethodDescriptionFileSystemInfo.FileSystemInfoBuilder.build()RemoteItem.getFileSystemInfo()Describes the (client-side) properties of the local version of the remtoe item.Methods in com.amilesend.onedrive.resource.item.type with parameters of type FileSystemInfoModifier and TypeMethodDescriptionRemoteItem.RemoteItemBuilder.fileSystemInfo(FileSystemInfo fileSystemInfo) Describes the (client-side) properties of the local version of the remtoe item.