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