Uses of Class
odata.msgraph.client.beta.enums.PrinterProcessingStateReason
-
Packages that use PrinterProcessingStateReason Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PrinterProcessingStateReason in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type PrinterProcessingStateReason Modifier and Type Field Description protected List<PrinterProcessingStateReason>PrinterStatus. processingStateReasonsMethods in odata.msgraph.client.beta.complex that return types with arguments of type PrinterProcessingStateReason Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<PrinterProcessingStateReason>PrinterStatus. getProcessingStateReasons()com.github.davidmoten.odata.client.CollectionPage<PrinterProcessingStateReason>PrinterStatus. getProcessingStateReasons(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type PrinterProcessingStateReason Modifier and Type Method Description PrinterStatus.BuilderPrinterStatus.Builder. processingStateReasons(PrinterProcessingStateReason... processingStateReasons)Method parameters in odata.msgraph.client.beta.complex with type arguments of type PrinterProcessingStateReason Modifier and Type Method Description PrinterStatus.BuilderPrinterStatus.Builder. processingStateReasons(List<PrinterProcessingStateReason> processingStateReasons) -
Uses of PrinterProcessingStateReason in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PrinterProcessingStateReason Modifier and Type Method Description static PrinterProcessingStateReasonPrinterProcessingStateReason. valueOf(String name)Returns the enum constant of this type with the specified name.static PrinterProcessingStateReason[]PrinterProcessingStateReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-