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 TypeClassDescriptionclass
A wrapper around aDriveItem
that represents a file.class
A wrapper around aDriveItem
that represents a folder.class
Defines shared operations between drive folders and packages.class
A wrapper around aDriveItem
that 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).