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 newDriveItem
with 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 TypeFieldDescriptionParsers.DRIVE_ITEM_LIST_PARSER
static final com.amilesend.client.parse.parser.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 class
DriveItem.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 newDriveItem
as a child ofthis
.Moves thisDriveItem
as a child to the givennewParentId
, updates the name, or both.DriveItem.update()
Updates this drive item.DriveItem.upload
(@NonNull Path filePath, @NonNull com.amilesend.client.connection.file.TransferProgressCallback callback) Uploads a file to replace the contents of thisDriveItem
and reports the transfer status to the givenTransferProgressCallback
.DriveItem.uploadNew
(@NonNull Path filePath, @NonNull com.amilesend.client.connection.file.TransferProgressCallback callback) Uploads a new file as a child of thisDriveItem
and 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 childDriveItem
s associated with thisDriveItem
.SpecialDriveItem.getChildren()
DriveItemPage.getValue()
The list of drive items for the current page.Search for items associated with thisDriveItem
.DriveItem.uploadAsync
(@NonNull Path filePath, @NonNull com.amilesend.client.connection.file.TransferProgressCallback callback) Uploads a file asynchronously to replace the contents of thisDriveItem
and reports the transfer status to the givenTransferProgressCallback
.DriveItem.uploadNewAsync
(@NonNull Path filePath, @NonNull com.amilesend.client.connection.file.TransferProgressCallback callback) Uploads a new file asynchronously as a child of thisDriveItem
and reports the transfer status to the givenTransferProgressCallback
.Methods in com.amilesend.onedrive.resource.item with parameters of type DriveItemModifier and TypeMethodDescriptionCreates a newDriveItem
as 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