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