Uses of Enum
io.camunda.zeebe.client.protocol.rest.ProcessInstanceResult.StateEnum
Packages that use ProcessInstanceResult.StateEnum
-
Uses of ProcessInstanceResult.StateEnum in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return ProcessInstanceResult.StateEnumModifier and TypeMethodDescriptionProcessInstanceResult.getState()Get stateReturns the enum constant of this type with the specified name.static ProcessInstanceResult.StateEnum[]ProcessInstanceResult.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 ProcessInstanceResult.StateEnumModifier and TypeMethodDescriptionvoidProcessInstanceResult.setState(ProcessInstanceResult.StateEnum state) ProcessInstanceResult.state(ProcessInstanceResult.StateEnum state)