| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
Printer |
class |
PrinterShare |
| Modifier and Type | Method and Description |
|---|---|
PrinterBase |
PrinterBase.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
PrinterBase |
PrinterBase.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
PrinterBase |
PrinterBase.withCapabilities(PrinterCapabilities capabilities) |
PrinterBase |
PrinterBase.withDefaults(PrinterDefaults defaults) |
PrinterBase |
PrinterBase.withIsAcceptingJobs(Boolean isAcceptingJobs) |
PrinterBase |
PrinterBase.withLocation(PrinterLocation location) |
PrinterBase |
PrinterBase.withManufacturer(String manufacturer) |
PrinterBase |
PrinterBase.withModel(String model) |
PrinterBase |
PrinterBase.withName(String name) |
PrinterBase |
PrinterBase.withStatus(PrinterStatus status) |
Copyright © 2018–2020. All rights reserved.