Uses of Enum
com.microsoft.graph.models.PrintDuplexMode
Packages that use PrintDuplexMode
-
Uses of PrintDuplexMode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintDuplexModeModifier and TypeMethodDescriptionstatic PrintDuplexModePrinterDefaults.getDuplexMode()Gets the duplexMode property value.PrintJobConfiguration.getDuplexMode()Gets the duplexMode property value.static PrintDuplexModeReturns the enum constant of this type with the specified name.static PrintDuplexMode[]PrintDuplexMode.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 PrintDuplexModeModifier and TypeMethodDescriptionPrinterCapabilities.getDuplexModes()Gets the duplexModes property value.Methods in com.microsoft.graph.models with parameters of type PrintDuplexModeModifier and TypeMethodDescriptionvoidPrinterDefaults.setDuplexMode(PrintDuplexMode value) Sets the duplexMode property value.voidPrintJobConfiguration.setDuplexMode(PrintDuplexMode value) Sets the duplexMode property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintDuplexModeModifier and TypeMethodDescriptionvoidPrinterCapabilities.setDuplexModes(List<PrintDuplexMode> value) Sets the duplexModes property value.