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