| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected PrintMultipageLayout |
PrinterDefaults.multipageLayout |
| Modifier and Type | Field and Description |
|---|---|
protected List<PrintMultipageLayout> |
PrinterCapabilities.multipageLayouts |
| Modifier and Type | Method and Description |
|---|---|
Optional<PrintMultipageLayout> |
PrinterDefaults.getMultipageLayout() |
com.github.davidmoten.odata.client.CollectionPage<PrintMultipageLayout> |
PrinterCapabilities.getMultipageLayouts() |
| Modifier and Type | Method and Description |
|---|---|
PrinterDefaults.Builder |
PrinterDefaults.Builder.multipageLayout(PrintMultipageLayout multipageLayout) |
PrinterDefaults |
PrinterDefaults.withMultipageLayout(PrintMultipageLayout multipageLayout) |
| Modifier and Type | Method and Description |
|---|---|
PrinterCapabilities.Builder |
PrinterCapabilities.Builder.multipageLayouts(List<PrintMultipageLayout> multipageLayouts) |
| Modifier and Type | Method and Description |
|---|---|
static PrintMultipageLayout |
PrintMultipageLayout.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.
|
Copyright © 2018–2020. All rights reserved.