Uses of Enum Class
com.zebra.sdk.printer.FileDeletionOption
Packages that use FileDeletionOption
Package
Description
Provides implementation for Zebra branded printer functionality.
-
Uses of FileDeletionOption in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that return FileDeletionOptionModifier and TypeMethodDescriptionstatic FileDeletionOptionReturns the enum constant of this class with the specified name.static FileDeletionOption[]FileDeletionOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.zebra.sdk.printer with parameters of type FileDeletionOptionModifier and TypeMethodDescriptionstatic voidPrinterUtil.loadProfile(String connectionString, String profilePath, FileDeletionOption filesToDelete) Takes settings, alerts, and files from a profile, and applies them to a printer.static voidPrinterUtil.loadProfile(String connectionString, String profilePath, FileDeletionOption filesToDelete, boolean isVerbose) Takes settings, alerts, and files from a profile, and applies them to a printer.voidProfileUtil.loadProfile(String pathToProfile, FileDeletionOption filesToDelete, boolean isVerbose) Takes settings, alerts, and files from a profile, and applies them to a printer.