Uses of Enum
com.microsoft.graph.models.PrintOrientation
Packages that use PrintOrientation
-
Uses of PrintOrientation in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintOrientationModifier and TypeMethodDescriptionstatic PrintOrientationPrinterDefaults.getOrientation()Gets the orientation property value.PrintJobConfiguration.getOrientation()Gets the orientation property value.static PrintOrientationReturns the enum constant of this type with the specified name.static PrintOrientation[]PrintOrientation.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 PrintOrientationModifier and TypeMethodDescriptionPrinterCapabilities.getOrientations()Gets the orientations property value.Methods in com.microsoft.graph.models with parameters of type PrintOrientationModifier and TypeMethodDescriptionvoidPrinterDefaults.setOrientation(PrintOrientation value) Sets the orientation property value.voidPrintJobConfiguration.setOrientation(PrintOrientation value) Sets the orientation property value.Method parameters in com.microsoft.graph.models with type arguments of type PrintOrientationModifier and TypeMethodDescriptionvoidPrinterCapabilities.setOrientations(List<PrintOrientation> value) Sets the orientations property value.