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