Uses of Enum
com.microsoft.graph.models.PrintJobProcessingState
Packages that use PrintJobProcessingState
-
Uses of PrintJobProcessingState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintJobProcessingStateModifier and TypeMethodDescriptionstatic PrintJobProcessingStateArchivedPrintJob.getProcessingState()Gets the processingState property value.PrintJobStatus.getState()Gets the state property value.static PrintJobProcessingStateReturns 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.Methods in com.microsoft.graph.models with parameters of type PrintJobProcessingStateModifier and TypeMethodDescriptionvoidArchivedPrintJob.setProcessingState(PrintJobProcessingState value) Sets the processingState property value.voidPrintJobStatus.setState(PrintJobProcessingState value) Sets the state property value.