Uses of Class
odata.msgraph.client.entity.PrinterBase
-
Packages that use PrinterBase Package Description odata.msgraph.client.entity -
-
Uses of PrinterBase in odata.msgraph.client.entity
Subclasses of PrinterBase in odata.msgraph.client.entity Modifier and Type Class Description classPrinterclassPrinterShareMethods in odata.msgraph.client.entity that return PrinterBase Modifier and Type Method Description PrinterBasePrinterBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PrinterBasePrinterBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PrinterBasePrinterBase. withCapabilities(PrinterCapabilities capabilities)PrinterBasePrinterBase. withDefaults(PrinterDefaults defaults)PrinterBasePrinterBase. withDisplayName(String displayName)PrinterBasePrinterBase. withIsAcceptingJobs(Boolean isAcceptingJobs)PrinterBasePrinterBase. withJobs(List<PrintJob> jobs)PrinterBasePrinterBase. withLocation(PrinterLocation location)PrinterBasePrinterBase. withManufacturer(String manufacturer)PrinterBasePrinterBase. withModel(String model)PrinterBasePrinterBase. withStatus(PrinterStatus status)PrinterBasePrinterBase. withUnmappedField(String name, Object value)
-