Uses of Class
com.amilesend.onedrive.resource.DriveFolder
Packages that use DriveFolder
-
Uses of DriveFolder in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return DriveFolderModifier and TypeMethodDescriptionDriveItemFolderType.createFolder(String name) Creates a new folder with the givennameunder this folder.Drive.getRootFolder()Gets the root folder for this drive.Drive.getSpecialFolder(SpecialFolder.Type type) Gets the special folder for the givenSpecialFolder.Type.DriveItemFolderType.move(@NonNull DriveFolder destinationFolder, String newName) Moves this folder to the specifiedDriveFolderalong with the new file name.DriveItemFolderType.move(DriveFolder destinationFolder) Moves this folder to the specifiedDriveFolder.Moves this folder to the specifiednewParentId(i.e., represents a new DriveFolder's ID) along with the new folder name.DriveItemFolderType.update()Updates the attributes for this folder.Methods in com.amilesend.onedrive.resource that return types with arguments of type DriveFolderModifier and TypeMethodDescriptionDriveItemFolderType.getChildFolders()Gets the list of child drive folders under this folder.Methods in com.amilesend.onedrive.resource with parameters of type DriveFolderModifier and TypeMethodDescriptionDriveItemType.copy(@NonNull DriveFolder destinationFolder, String newName) Copies this drive item type to the specifiedDriveFolderalong with the new file name.DriveItemType.copy(DriveFolder destinationFolder) Copies this drive item type to the specifiedDriveFolder.DriveFile.move(@NonNull DriveFolder destinationFolder, String newName) Moves this file to the specifiedDriveFolderalong with the new file name.DriveFile.move(DriveFolder destinationFolder) Moves this file to the specifiedDriveFolder.DriveItemFolderType.move(@NonNull DriveFolder destinationFolder, String newName) Moves this folder to the specifiedDriveFolderalong with the new file name.DriveItemFolderType.move(DriveFolder destinationFolder) Moves this folder to the specifiedDriveFolder.