Uses of Class
odata.msgraph.client.beta.enums.PrinterFeedDirection
-
Packages that use PrinterFeedDirection Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PrinterFeedDirection in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PrinterFeedDirection Modifier and Type Field Description protected PrinterFeedDirectionPrinterDocumentConfiguration. feedDirectionFields in odata.msgraph.client.beta.complex with type parameters of type PrinterFeedDirection Modifier and Type Field Description protected List<PrinterFeedDirection>PrinterCapabilities. feedDirectionsMethods in odata.msgraph.client.beta.complex that return types with arguments of type PrinterFeedDirection Modifier and Type Method Description Optional<PrinterFeedDirection>PrinterDocumentConfiguration. getFeedDirection()com.github.davidmoten.odata.client.CollectionPage<PrinterFeedDirection>PrinterCapabilities. getFeedDirections()com.github.davidmoten.odata.client.CollectionPage<PrinterFeedDirection>PrinterCapabilities. getFeedDirections(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type PrinterFeedDirection Modifier and Type Method Description PrinterDocumentConfiguration.BuilderPrinterDocumentConfiguration.Builder. feedDirection(PrinterFeedDirection feedDirection)PrinterCapabilities.BuilderPrinterCapabilities.Builder. feedDirections(PrinterFeedDirection... feedDirections)PrinterDocumentConfigurationPrinterDocumentConfiguration. withFeedDirection(PrinterFeedDirection feedDirection)Method parameters in odata.msgraph.client.beta.complex with type arguments of type PrinterFeedDirection Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. feedDirections(List<PrinterFeedDirection> feedDirections) -
Uses of PrinterFeedDirection in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PrinterFeedDirection Modifier and Type Method Description static PrinterFeedDirectionPrinterFeedDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static PrinterFeedDirection[]PrinterFeedDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.
-