Uses of Class
odata.msgraph.client.beta.enums.PrinterFeedOrientation
-
Packages that use PrinterFeedOrientation Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PrinterFeedOrientation in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PrinterFeedOrientation Modifier and Type Field Description protected PrinterFeedOrientationPrinterDocumentConfiguration. feedOrientationprotected PrinterFeedOrientationPrintJobConfiguration. feedOrientationFields in odata.msgraph.client.beta.complex with type parameters of type PrinterFeedOrientation Modifier and Type Field Description protected List<PrinterFeedOrientation>PrinterCapabilities. feedOrientationsMethods in odata.msgraph.client.beta.complex that return types with arguments of type PrinterFeedOrientation Modifier and Type Method Description Optional<PrinterFeedOrientation>PrinterDocumentConfiguration. getFeedOrientation()Optional<PrinterFeedOrientation>PrintJobConfiguration. getFeedOrientation()com.github.davidmoten.odata.client.CollectionPage<PrinterFeedOrientation>PrinterCapabilities. getFeedOrientations()com.github.davidmoten.odata.client.CollectionPage<PrinterFeedOrientation>PrinterCapabilities. getFeedOrientations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type PrinterFeedOrientation Modifier and Type Method Description PrinterDocumentConfiguration.BuilderPrinterDocumentConfiguration.Builder. feedOrientation(PrinterFeedOrientation feedOrientation)PrintJobConfiguration.BuilderPrintJobConfiguration.Builder. feedOrientation(PrinterFeedOrientation feedOrientation)PrinterCapabilities.BuilderPrinterCapabilities.Builder. feedOrientations(PrinterFeedOrientation... feedOrientations)PrinterDocumentConfigurationPrinterDocumentConfiguration. withFeedOrientation(PrinterFeedOrientation feedOrientation)PrintJobConfigurationPrintJobConfiguration. withFeedOrientation(PrinterFeedOrientation feedOrientation)Method parameters in odata.msgraph.client.beta.complex with type arguments of type PrinterFeedOrientation Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. feedOrientations(List<PrinterFeedOrientation> feedOrientations) -
Uses of PrinterFeedOrientation in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PrinterFeedOrientation Modifier and Type Method Description static PrinterFeedOrientationPrinterFeedOrientation. valueOf(String name)Returns 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.
-