Uses of Class
odata.msgraph.client.enums.PrintJobProcessingState
-
Packages that use PrintJobProcessingState Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of PrintJobProcessingState in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as PrintJobProcessingState Modifier and Type Field Description protected PrintJobProcessingStateArchivedPrintJob. processingStateprotected PrintJobProcessingStatePrintJobStatus. stateMethods in odata.msgraph.client.complex that return types with arguments of type PrintJobProcessingState Modifier and Type Method Description Optional<PrintJobProcessingState>ArchivedPrintJob. getProcessingState()Optional<PrintJobProcessingState>PrintJobStatus. getState()Methods in odata.msgraph.client.complex with parameters of type PrintJobProcessingState Modifier and Type Method Description ArchivedPrintJob.BuilderArchivedPrintJob.Builder. processingState(PrintJobProcessingState processingState)PrintJobStatus.BuilderPrintJobStatus.Builder. state(PrintJobProcessingState state)ArchivedPrintJobArchivedPrintJob. withProcessingState(PrintJobProcessingState processingState)PrintJobStatusPrintJobStatus. withState(PrintJobProcessingState state) -
Uses of PrintJobProcessingState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return PrintJobProcessingState Modifier and Type Method Description static PrintJobProcessingStatePrintJobProcessingState. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintJobProcessingState[]PrintJobProcessingState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-