Uses of Enum
com.microsoft.graph.models.PrinterProcessingState
Packages that use PrinterProcessingState
-
Uses of PrinterProcessingState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrinterProcessingStateModifier and TypeMethodDescriptionstatic PrinterProcessingStatePrinterStatus.getState()Gets the state property value.static PrinterProcessingStateReturns 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.Methods in com.microsoft.graph.models with parameters of type PrinterProcessingStateModifier and TypeMethodDescriptionvoidPrinterStatus.setState(PrinterProcessingState value) Sets the state property value.