Uses of Enum
com.microsoft.graph.models.PrintTaskProcessingState
Packages that use PrintTaskProcessingState
-
Uses of PrintTaskProcessingState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PrintTaskProcessingStateModifier and TypeMethodDescriptionstatic PrintTaskProcessingStatePrintTaskStatus.getState()Gets the state property value.static PrintTaskProcessingStateReturns the enum constant of this type with the specified name.static PrintTaskProcessingState[]PrintTaskProcessingState.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 PrintTaskProcessingStateModifier and TypeMethodDescriptionvoidPrintTaskStatus.setState(PrintTaskProcessingState value) Sets the state property value.