Uses of Class
com.amilesend.onedrive.resource.item.type.SpecialFolder
Packages that use SpecialFolder
Package
Description
-
Uses of SpecialFolder in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return SpecialFolderModifier and TypeMethodDescriptionDriveFolder.getSpecialFolder()Gets the special folder attributes. -
Uses of SpecialFolder in com.amilesend.onedrive.resource.item
Methods in com.amilesend.onedrive.resource.item that return SpecialFolderModifier and TypeMethodDescriptionDriveItem.getSpecialFolder()Describes if the item is a special managed folder (read-only).Methods in com.amilesend.onedrive.resource.item with parameters of type SpecialFolderModifier and TypeMethodDescriptionDriveItem.DriveItemBuilder.specialFolder(SpecialFolder specialFolder) Describes if the item is a special managed folder (read-only). -
Uses of SpecialFolder in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return SpecialFolderModifier and TypeMethodDescriptionSpecialFolder.SpecialFolderBuilder.build()RemoteItem.getSpecialFolder()Describes if the current remote item is a special folder.Methods in com.amilesend.onedrive.resource.item.type with parameters of type SpecialFolderModifier and TypeMethodDescriptionRemoteItem.RemoteItemBuilder.specialFolder(SpecialFolder specialFolder) Describes if the current remote item is a special folder.