Uses of Enum
com.amilesend.onedrive.resource.item.type.SpecialFolder.Type
Packages that use SpecialFolder.Type
Package
Description
-
Uses of SpecialFolder.Type in com.amilesend.onedrive.parse.resource.parser
Constructors in com.amilesend.onedrive.parse.resource.parser with parameters of type SpecialFolder.Type -
Uses of SpecialFolder.Type in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource with parameters of type SpecialFolder.TypeModifier and TypeMethodDescriptionDrive.getSpecialFolder(SpecialFolder.Type type) Gets the special folder for the givenSpecialFolder.Type. -
Uses of SpecialFolder.Type in com.amilesend.onedrive.resource.drive
Methods in com.amilesend.onedrive.resource.drive with parameters of type SpecialFolder.TypeModifier and TypeMethodDescriptionDrive.getSpecialFolder(SpecialFolder.Type type) Retrieves a special folder for the givenSpecialFolder.Type. -
Uses of SpecialFolder.Type in com.amilesend.onedrive.resource.item
Methods in com.amilesend.onedrive.resource.item that return SpecialFolder.TypeModifier and TypeMethodDescriptionSpecialDriveItem.getSpecialFolderType()The special folder type.Methods in com.amilesend.onedrive.resource.item with parameters of type SpecialFolder.TypeModifier and TypeMethodDescriptionvoidSpecialDriveItem.setSpecialFolderType(SpecialFolder.Type specialFolderType) The special folder type.SpecialDriveItem.SpecialDriveItemBuilder.specialFolderType(SpecialFolder.Type specialFolderType) The special folder type. -
Uses of SpecialFolder.Type in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return SpecialFolder.TypeModifier and TypeMethodDescriptionstatic SpecialFolder.TypeReturns the enum constant of this type with the specified name.static SpecialFolder.Type[]SpecialFolder.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.