Uses of Enum
com.microsoft.graph.models.PrintColorMode
Packages that use PrintColorMode
-
Uses of PrintColorMode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintColorModeModifier and TypeMethodDescriptionstatic PrintColorModePrinterDefaults.getColorMode()Gets the colorMode property value.PrintJobConfiguration.getColorMode()Gets the colorMode property value.static PrintColorModeReturns the enum constant of this type with the specified name.static PrintColorMode[]PrintColorMode.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 PrintColorModeModifier and TypeMethodDescriptionPrinterCapabilities.getColorModes()Gets the colorModes property value.Methods in com.microsoft.graph.models with parameters of type PrintColorModeModifier and TypeMethodDescriptionvoidPrinterDefaults.setColorMode(PrintColorMode value) Sets the colorMode property value.voidPrintJobConfiguration.setColorMode(PrintColorMode value) Sets the colorMode property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintColorModeModifier and TypeMethodDescriptionvoidPrinterCapabilities.setColorModes(List<PrintColorMode> value) Sets the colorModes property value.