Uses of Enum
com.microsoft.graph.models.PrinterFeedOrientation
Packages that use PrinterFeedOrientation
-
Uses of PrinterFeedOrientation in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrinterFeedOrientationModifier and TypeMethodDescriptionstatic PrinterFeedOrientationPrintJobConfiguration.getFeedOrientation()Gets the feedOrientation property value.static PrinterFeedOrientationReturns the enum constant of this type with the specified name.static PrinterFeedOrientation[]PrinterFeedOrientation.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 PrinterFeedOrientationModifier and TypeMethodDescriptionPrinterCapabilities.getFeedOrientations()Gets the feedOrientations property value.Methods in com.microsoft.graph.models with parameters of type PrinterFeedOrientationModifier and TypeMethodDescriptionvoidPrintJobConfiguration.setFeedOrientation(PrinterFeedOrientation value) Sets the feedOrientation property value.Method parameters in com.microsoft.graph.models with type arguments of type PrinterFeedOrientationModifier and TypeMethodDescriptionvoidPrinterCapabilities.setFeedOrientations(List<PrinterFeedOrientation> value) Sets the feedOrientations property value.