| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected PrintColorMode |
PrinterDefaults.colorMode |
| Modifier and Type | Field and Description |
|---|---|
protected List<PrintColorMode> |
PrinterCapabilities.colorModes |
| Modifier and Type | Method and Description |
|---|---|
Optional<PrintColorMode> |
PrinterDefaults.getColorMode() |
com.github.davidmoten.odata.client.CollectionPage<PrintColorMode> |
PrinterCapabilities.getColorModes() |
| Modifier and Type | Method and Description |
|---|---|
PrinterDefaults.Builder |
PrinterDefaults.Builder.colorMode(PrintColorMode colorMode) |
PrinterDefaults |
PrinterDefaults.withColorMode(PrintColorMode colorMode) |
| Modifier and Type | Method and Description |
|---|---|
PrinterCapabilities.Builder |
PrinterCapabilities.Builder.colorModes(List<PrintColorMode> colorModes) |
| Modifier and Type | Method and Description |
|---|---|
static PrintColorMode |
PrintColorMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintColorMode[] |
PrintColorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.