Uses of Enum
com.microsoft.graph.models.IncompatiblePrinterSettings
Packages that use IncompatiblePrinterSettings
-
Uses of IncompatiblePrinterSettings in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return IncompatiblePrinterSettingsModifier and TypeMethodDescriptionstatic IncompatiblePrinterSettingsAirPrintSettings.getIncompatiblePrinters()Gets the incompatiblePrinters property value.static IncompatiblePrinterSettingsReturns the enum constant of this type with the specified name.static IncompatiblePrinterSettings[]IncompatiblePrinterSettings.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type IncompatiblePrinterSettingsModifier and TypeMethodDescriptionvoidAirPrintSettings.setIncompatiblePrinters(IncompatiblePrinterSettings value) Sets the incompatiblePrinters property value.