Uses of Class
com.amilesend.onedrive.resource.item.DriveItemVersion
Packages that use DriveItemVersion
Package
Description
-
Uses of DriveItemVersion in com.amilesend.onedrive.parse.resource.creator
Classes in com.amilesend.onedrive.parse.resource.creator that implement interfaces with type arguments of type DriveItemVersionModifier and TypeClassDescriptionclassA customInstanceCreatorimplementation that injects theOneDriveConnectionto the resource type so that method operations can be performed on theDriveItemVersionresource.Methods in com.amilesend.onedrive.parse.resource.creator that return DriveItemVersionModifier and TypeMethodDescriptionDriveItemVersionInstanceCreator.createInstance(Type type) Creates a newDriveItemVersionwith the current client connection instance. -
Uses of DriveItemVersion in com.amilesend.onedrive.parse.resource.parser
Classes in com.amilesend.onedrive.parse.resource.parser that implement interfaces with type arguments of type DriveItemVersionModifier and TypeClassDescriptionclassParses a response body that contains a list ofDriveItemVersions.Methods in com.amilesend.onedrive.parse.resource.parser that return types with arguments of type DriveItemVersionModifier and TypeMethodDescriptionstatic com.amilesend.client.parse.parser.GsonParser<List<DriveItemVersion>> Parsers.newDriveItemVersionListParser(String driveItemId, String name) DriveItemVersionListParser.parse(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream) -
Uses of DriveItemVersion in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return types with arguments of type DriveItemVersionModifier and TypeMethodDescriptionDriveItemType.getVersions()Gets the list of versions for this drive item. -
Uses of DriveItemVersion in com.amilesend.onedrive.resource.item
Methods in com.amilesend.onedrive.resource.item that return DriveItemVersionMethods in com.amilesend.onedrive.resource.item that return types with arguments of type DriveItemVersionModifier and TypeMethodDescriptionDriveItem.getVersions()Fetches the list of versions of thisDriveItem.