Uses of Class
com.amilesend.onedrive.resource.item.SpecialDriveItem
Packages that use SpecialDriveItem
Package
Description
-
Uses of SpecialDriveItem in com.amilesend.onedrive.parse.resource.creator
Classes in com.amilesend.onedrive.parse.resource.creator that implement interfaces with type arguments of type SpecialDriveItemModifier and TypeClassDescriptionclassA customInstanceCreatorimplementation that injects theOneDriveConnectionto the resource type so that method operations can be performed on theSpecialDriveItemresource.Methods in com.amilesend.onedrive.parse.resource.creator that return SpecialDriveItemModifier and TypeMethodDescriptionSpecialDriveItemInstanceCreator.createInstance(Type type) Creates a newSpecialDriveItemwith the current client connection instance. -
Uses of SpecialDriveItem in com.amilesend.onedrive.parse.resource.parser
Classes in com.amilesend.onedrive.parse.resource.parser that implement interfaces with type arguments of type SpecialDriveItemMethods in com.amilesend.onedrive.parse.resource.parser that return SpecialDriveItemModifier and TypeMethodDescriptionSpecialDriveItemParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream) Methods in com.amilesend.onedrive.parse.resource.parser that return types with arguments of type SpecialDriveItemModifier and TypeMethodDescriptionstatic com.amilesend.client.parse.parser.GsonParser<SpecialDriveItem> Parsers.newSpecialDriveItemParser(SpecialFolder.Type specialFolderType) -
Uses of SpecialDriveItem in com.amilesend.onedrive.resource.drive
Methods in com.amilesend.onedrive.resource.drive that return SpecialDriveItemModifier and TypeMethodDescriptionDrive.getSpecialFolder(SpecialFolder.Type type) Retrieves a special folder for the givenSpecialFolder.Type. -
Uses of SpecialDriveItem in com.amilesend.onedrive.resource.item
Classes in com.amilesend.onedrive.resource.item with type parameters of type SpecialDriveItemModifier and TypeClassDescriptionstatic classSpecialDriveItem.SpecialDriveItemBuilder<C extends SpecialDriveItem, B extends SpecialDriveItem.SpecialDriveItemBuilder<C,B>>