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