Uses of Enum
com.microsoft.graph.models.PrintQuality
Packages that use PrintQuality
-
Uses of PrintQuality in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintQualityModifier and TypeMethodDescriptionstatic PrintQualityPrinterDefaults.getQuality()Gets the quality property value.PrintJobConfiguration.getQuality()Gets the quality property value.static PrintQualityReturns the enum constant of this type with the specified name.static PrintQuality[]PrintQuality.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type PrintQualityModifier and TypeMethodDescriptionPrinterCapabilities.getQualities()Gets the qualities property value.Methods in com.microsoft.graph.models with parameters of type PrintQualityModifier and TypeMethodDescriptionvoidPrinterDefaults.setQuality(PrintQuality value) Sets the quality property value.voidPrintJobConfiguration.setQuality(PrintQuality value) Sets the quality property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintQualityModifier and TypeMethodDescriptionvoidPrinterCapabilities.setQualities(List<PrintQuality> value) Sets the qualities property value.