Uses of Enum
io.camunda.zeebe.client.protocol.rest.ProcessInstanceItem.StateEnum
Packages that use ProcessInstanceItem.StateEnum
-
Uses of ProcessInstanceItem.StateEnum in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return ProcessInstanceItem.StateEnumModifier and TypeMethodDescriptionProcessInstanceItem.getState()Get stateReturns the enum constant of this type with the specified name.static ProcessInstanceItem.StateEnum[]ProcessInstanceItem.StateEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.client.protocol.rest with parameters of type ProcessInstanceItem.StateEnumModifier and TypeMethodDescriptionvoidProcessInstanceItem.setState(ProcessInstanceItem.StateEnum state) ProcessInstanceItem.state(ProcessInstanceItem.StateEnum state)