Uses of Class
odata.msgraph.client.enums.PrintMultipageLayout
-
Packages that use PrintMultipageLayout Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of PrintMultipageLayout in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as PrintMultipageLayout Modifier and Type Field Description protected PrintMultipageLayoutPrinterDefaults. multipageLayoutprotected PrintMultipageLayoutPrintJobConfiguration. multipageLayoutFields in odata.msgraph.client.complex with type parameters of type PrintMultipageLayout Modifier and Type Field Description protected List<PrintMultipageLayout>PrinterCapabilities. multipageLayoutsMethods in odata.msgraph.client.complex that return types with arguments of type PrintMultipageLayout Modifier and Type Method Description Optional<PrintMultipageLayout>PrinterDefaults. getMultipageLayout()Optional<PrintMultipageLayout>PrintJobConfiguration. getMultipageLayout()com.github.davidmoten.odata.client.CollectionPage<PrintMultipageLayout>PrinterCapabilities. getMultipageLayouts()com.github.davidmoten.odata.client.CollectionPage<PrintMultipageLayout>PrinterCapabilities. getMultipageLayouts(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type PrintMultipageLayout Modifier and Type Method Description PrinterDefaults.BuilderPrinterDefaults.Builder. multipageLayout(PrintMultipageLayout multipageLayout)PrintJobConfiguration.BuilderPrintJobConfiguration.Builder. multipageLayout(PrintMultipageLayout multipageLayout)PrinterCapabilities.BuilderPrinterCapabilities.Builder. multipageLayouts(PrintMultipageLayout... multipageLayouts)PrinterDefaultsPrinterDefaults. withMultipageLayout(PrintMultipageLayout multipageLayout)PrintJobConfigurationPrintJobConfiguration. withMultipageLayout(PrintMultipageLayout multipageLayout)Method parameters in odata.msgraph.client.complex with type arguments of type PrintMultipageLayout Modifier and Type Method Description PrinterCapabilities.BuilderPrinterCapabilities.Builder. multipageLayouts(List<PrintMultipageLayout> multipageLayouts) -
Uses of PrintMultipageLayout in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return PrintMultipageLayout Modifier and Type Method Description static PrintMultipageLayoutPrintMultipageLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintMultipageLayout[]PrintMultipageLayout. values()Returns an array containing the constants of this enum type, in the order they are declared.
-