Uses of Class
com.amilesend.onedrive.resource.item.DriveItem
Packages that use DriveItem
Package
Description
-
Uses of DriveItem in com.amilesend.onedrive.parse.resource.creator
Methods in com.amilesend.onedrive.parse.resource.creator that return DriveItemModifier and TypeMethodDescriptionDriveItemInstanceCreator.createInstance(Type type) Creates a newDriveItemwith the current client connection instance. -
Uses of DriveItem in com.amilesend.onedrive.parse.resource.parser
Fields in com.amilesend.onedrive.parse.resource.parser with type parameters of type DriveItemModifier and TypeFieldDescriptionstatic final GsonParser<List<DriveItem>> Parsers.DRIVE_ITEM_LIST_PARSERstatic final GsonParser<DriveItem> Parsers.DRIVE_ITEM_PARSER -
Uses of DriveItem in com.amilesend.onedrive.resource
Constructors in com.amilesend.onedrive.resource with parameters of type DriveItemModifierConstructorDescriptionDriveFolder(DriveItem delegate) DriveItemFolderType(DriveItem delegate) DriveItemType(@NonNull DriveItem delegate) DrivePackage(DriveItem delegate) Constructor parameters in com.amilesend.onedrive.resource with type arguments of type DriveItem -
Uses of DriveItem in com.amilesend.onedrive.resource.drive
Methods in com.amilesend.onedrive.resource.drive that return DriveItemModifier and TypeMethodDescriptionDrive.getRootFolder()Fetches the root folder associated with thisDrive.Methods in com.amilesend.onedrive.resource.drive that return types with arguments of type DriveItem -
Uses of DriveItem in com.amilesend.onedrive.resource.item
Classes in com.amilesend.onedrive.resource.item with type parameters of type DriveItemModifier and TypeClassDescriptionstatic classDriveItem.DriveItemBuilder<C extends DriveItem,B extends DriveItem.DriveItemBuilder<C, B>> Subclasses of DriveItem in com.amilesend.onedrive.resource.itemMethods in com.amilesend.onedrive.resource.item that return DriveItemModifier and TypeMethodDescriptionCreates a newDriveItemas a child ofthis.Moves thisDriveItemas a child to the givennewParentId, updates the name, or both.DriveItem.update()Updates this drive item.DriveItem.upload(File file, @NonNull TransferProgressCallback callback) Uploads a file to replace the contents of thisDriveItemand reports the transfer status to the givenTransferProgressCallback.DriveItem.uploadNew(File file, @NonNull TransferProgressCallback callback) Uploads a new file as a child of thisDriveItemand reports the transfer status to the givenTransferProgressCallback.Methods in com.amilesend.onedrive.resource.item that return types with arguments of type DriveItemModifier and TypeMethodDescriptionDriveItem.getChildren()Fetches the list of childDriveItems associated with thisDriveItem.SpecialDriveItem.getChildren()DriveItemPage.getValue()The list of drive items for the current page.Search for items associated with thisDriveItem.DriveItem.uploadAsync(File file, @NonNull TransferProgressCallback callback) Uploads a file asynchronously to replace the contents of thisDriveItemand reports the transfer status to the givenTransferProgressCallback.DriveItem.uploadNewAsync(File file, @NonNull TransferProgressCallback callback) Uploads a new file asynchronously as a child of thisDriveItemand reports the transfer status to the givenTransferProgressCallback.Methods in com.amilesend.onedrive.resource.item with parameters of type DriveItemModifier and TypeMethodDescriptionCreates a newDriveItemas a child ofthis.Method parameters in com.amilesend.onedrive.resource.item with type arguments of type DriveItemModifier and TypeMethodDescriptionThe list of drive items for the current page. -
Uses of DriveItem in com.amilesend.onedrive.resource.site
Methods in com.amilesend.onedrive.resource.site that return DriveItemModifier and TypeMethodDescriptionListItem.getDriveItem()For document libraries, the list item as a drive item.Methods in com.amilesend.onedrive.resource.site with parameters of type DriveItem