Uses of Class
odata.msgraph.client.enums.PrintOrientation
-
Packages that use PrintOrientation Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of PrintOrientation in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as PrintOrientation Modifier and Type Field Description protected PrintOrientationPrinterDefaults. orientationprotected PrintOrientationPrintJobConfiguration. orientationFields in odata.msgraph.client.complex with type parameters of type PrintOrientation Modifier and Type Field Description protected List<PrintOrientation>PrinterCapabilities. orientationsMethods in odata.msgraph.client.complex that return types with arguments of type PrintOrientation Modifier and Type Method Description Optional<PrintOrientation>PrinterDefaults. getOrientation()Optional<PrintOrientation>PrintJobConfiguration. getOrientation()com.github.davidmoten.odata.client.CollectionPage<PrintOrientation>PrinterCapabilities. getOrientations()com.github.davidmoten.odata.client.CollectionPage<PrintOrientation>PrinterCapabilities. getOrientations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type PrintOrientation Modifier and Type Method Description PrinterDefaults.BuilderPrinterDefaults.Builder. orientation(PrintOrientation orientation)PrintJobConfiguration.BuilderPrintJobConfiguration.Builder. orientation(PrintOrientation orientation)PrinterCapabilities.BuilderPrinterCapabilities.Builder. orientations(PrintOrientation... orientations)PrinterDefaultsPrinterDefaults. withOrientation(PrintOrientation orientation)PrintJobConfigurationPrintJobConfiguration. withOrientation(PrintOrientation orientation)Method parameters in odata.msgraph.client.complex with type arguments of type PrintOrientation Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. orientations(List<PrintOrientation> orientations) -
Uses of PrintOrientation in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return PrintOrientation Modifier and Type Method Description static PrintOrientationPrintOrientation. valueOf(String name)Returns 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.
-