Uses of Class
com.amilesend.onedrive.resource.drive.Drive
Packages that use Drive
Package
Description
-
Uses of Drive in com.amilesend.onedrive.parse.resource.creator
Classes in com.amilesend.onedrive.parse.resource.creator that implement interfaces with type arguments of type DriveModifier and TypeClassDescriptionclassA customInstanceCreatorimplementation that injects theOneDriveConnectionto the resource type so that method operations can be performed on theDriveresource.Methods in com.amilesend.onedrive.parse.resource.creator that return DriveModifier and TypeMethodDescriptionDriveInstanceCreator.createInstance(Type type) Creates a newDrivewith the current client connection instance. -
Uses of Drive in com.amilesend.onedrive.parse.resource.parser
Fields in com.amilesend.onedrive.parse.resource.parser with type parameters of type DriveModifier and TypeFieldDescriptionParsers.DRIVE_LIST_PARSERstatic final com.amilesend.client.parse.parser.GsonParser<Drive> Parsers.DRIVE_PARSER -
Uses of Drive in com.amilesend.onedrive.resource
Constructors in com.amilesend.onedrive.resource with parameters of type Drive -
Uses of Drive in com.amilesend.onedrive.resource.drive
Classes in com.amilesend.onedrive.resource.drive with type parameters of type DriveModifier and TypeClassDescriptionstatic classDrive.DriveBuilder<C extends Drive, B extends Drive.DriveBuilder<C,B>> -
Uses of Drive in com.amilesend.onedrive.resource.site
Methods in com.amilesend.onedrive.resource.site that return DriveModifier and TypeMethodDescriptionSite.getDefaultDocumentLibrary()Gets the default document library for this site.List.getDrive()When defined, indicates that this list exists within a document library and can be treated as a drive.Methods in com.amilesend.onedrive.resource.site that return types with arguments of type DriveModifier and TypeMethodDescriptionSite.getDocumentLibraries()Gets all available document libraries for this site.Methods in com.amilesend.onedrive.resource.site with parameters of type Drive