Uses of Class
odata.msgraph.client.enums.PrintTaskProcessingState
-
Packages that use PrintTaskProcessingState Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of PrintTaskProcessingState in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as PrintTaskProcessingState Modifier and Type Field Description protected PrintTaskProcessingStatePrintTaskStatus. stateMethods in odata.msgraph.client.complex that return types with arguments of type PrintTaskProcessingState Modifier and Type Method Description Optional<PrintTaskProcessingState>PrintTaskStatus. getState()Methods in odata.msgraph.client.complex with parameters of type PrintTaskProcessingState Modifier and Type Method Description PrintTaskStatus.BuilderPrintTaskStatus.Builder. state(PrintTaskProcessingState state)PrintTaskStatusPrintTaskStatus. withState(PrintTaskProcessingState state) -
Uses of PrintTaskProcessingState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return PrintTaskProcessingState Modifier and Type Method Description static PrintTaskProcessingStatePrintTaskProcessingState. valueOf(String name)Returns 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.
-