Uses of Class
odata.msgraph.client.enums.PrinterProcessingState
-
Packages that use PrinterProcessingState Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of PrinterProcessingState in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as PrinterProcessingState Modifier and Type Field Description protected PrinterProcessingStatePrinterStatus. stateMethods in odata.msgraph.client.complex that return types with arguments of type PrinterProcessingState Modifier and Type Method Description Optional<PrinterProcessingState>PrinterStatus. getState()Methods in odata.msgraph.client.complex with parameters of type PrinterProcessingState Modifier and Type Method Description PrinterStatus.BuilderPrinterStatus.Builder. state(PrinterProcessingState state)PrinterStatusPrinterStatus. withState(PrinterProcessingState state) -
Uses of PrinterProcessingState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return PrinterProcessingState Modifier and Type Method Description static PrinterProcessingStatePrinterProcessingState. valueOf(String name)Returns the enum constant of this type with the specified name.static PrinterProcessingState[]PrinterProcessingState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-