Uses of Class
com.amilesend.onedrive.resource.Drive
Packages that use Drive
-
Uses of Drive in com.amilesend.onedrive
Methods in com.amilesend.onedrive that return DriveModifier and TypeMethodDescriptionBusinessOneDrive.getDefaultDriveForGroup
(String groupId) Gets the defaultDrive
for the givengroupId
.BusinessOneDrive.getDefaultDriveForSite
(String siteId) Gets the defaultDrive
for the givensiteId
.Gets theDrive
for the givendriveId
.OneDrive.getUserDrive()
Gets the user's default drive that is associated with their account.Methods in com.amilesend.onedrive that return types with arguments of type DriveModifier and TypeMethodDescriptionOneDrive.getAvailableDrives()
Gets the list of drives available to the authenticated user.BusinessOneDrive.getDrivesForGroup
(String groupId) Gets the list of drives available to the givengroupId
.BusinessOneDrive.getDrivesForSite
(String siteId) Gets the list of drives available to the givensiteId
.BusinessOneDrive.getDrivesForUser
(String userId) Gets the list of drives available to the givenuserId
. -
Uses of Drive in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return DriveModifier and TypeMethodDescriptionSite.getDefaultDocumentLibrary()
Gets the default document library for this site.Methods in com.amilesend.onedrive.resource that return types with arguments of type DriveModifier and TypeMethodDescriptionSite.getDocumentLibraries()
Gets all available document libraries for this site.