Uses of Class
com.amilesend.onedrive.resource.DriveItemType
Packages that use DriveItemType
-
Uses of DriveItemType in com.amilesend.onedrive.resource
Subclasses of DriveItemType in com.amilesend.onedrive.resourceModifier and TypeClassDescriptionclassA wrapper around aDriveItemthat represents a file.classA wrapper around aDriveItemthat represents a folder.classDefines shared operations between drive folders and packages.classA wrapper around aDriveItemthat represents a package (OneNote).Methods in com.amilesend.onedrive.resource that return types with arguments of type DriveItemTypeModifier and TypeMethodDescriptionList<? extends DriveItemType> Drive.getChanges()Gets the list of changes associated with this drive.List<? extends DriveItemType> DriveItemFolderType.getChildren()Gets the list of drive items (both folders and files) under this folder.List<? extends DriveItemType> Searches this drive for the given query (e.g., file name).List<? extends DriveItemType> Searches this folder for the given query (e.g., file name).