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