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