Uses of Class
odata.msgraph.client.complex.PrinterStatus
-
Packages that use PrinterStatus Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of PrinterStatus in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PrinterStatus Modifier and Type Method Description PrinterStatusPrinterStatus.Builder. build()PrinterStatusPrinterStatus. withDescription(String description)PrinterStatusPrinterStatus. withState(PrinterProcessingState state)PrinterStatusPrinterStatus. withUnmappedField(String name, String value) -
Uses of PrinterStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PrinterStatus Modifier and Type Field Description protected PrinterStatusPrinterBase. statusMethods in odata.msgraph.client.entity that return types with arguments of type PrinterStatus Modifier and Type Method Description Optional<PrinterStatus>PrinterBase. getStatus()Methods in odata.msgraph.client.entity with parameters of type PrinterStatus Modifier and Type Method Description Printer.BuilderPrinter.Builder. status(PrinterStatus status)PrinterShare.BuilderPrinterShare.Builder. status(PrinterStatus status)PrinterBasePrinterBase. withStatus(PrinterStatus status)
-